setup inputrc to disable the bell

This commit is contained in:
Paul Trowbridge 2022-04-27 20:11:01 -04:00
parent fb31622c31
commit cb6dfa4ec3
3 changed files with 4 additions and 2 deletions

View File

@ -119,7 +119,8 @@ fi
EDITOR=/usr/bin/vim.basic EDITOR=/usr/bin/vim.basic
PAGER="less" PAGER="less"
LESS="-S" LESS="-S"
# export PG="psql -U ptrowbridge -d ubm -p 5432 -h 192.168.1.110" export PG="psql -U ptrowbridge -d ubm -p 54329 -h hptrow.me"
export PGD="psql -U ptrowbridge -d ubm -p 54339 -h hptrow.me"
# GOPATH=$HOME/go # GOPATH=$HOME/go
# function _update_ps1() { # function _update_ps1() {

1
.inputrc Normal file
View File

@ -0,0 +1 @@
set bell-style none

View File

@ -5,7 +5,7 @@
dir=~/dot_config dir=~/dot_config
backup=~/dot_config_backup backup=~/dot_config_backup
files=".bashrc .vimrc .tmux.conf .psqlrc .gitconfig" files=".bashrc .vimrc .tmux.conf .psqlrc .gitconfig .inputrc"
#-------------------------------------------------install debian tooling----------------------------------------------------------------------------------- #-------------------------------------------------install debian tooling-----------------------------------------------------------------------------------