setup inputrc to disable the bell
This commit is contained in:
parent
fb31622c31
commit
cb6dfa4ec3
3
.bashrc
3
.bashrc
@ -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() {
|
||||||
|
2
setup.sh
2
setup.sh
@ -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-----------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user