Turn off terminal bell, increase rxvt scrollback
This commit is contained in:
@@ -31,7 +31,7 @@ alias s='sudo'
|
|||||||
alias df='sudo df -hT -x tmpfs -x devtmpfs'
|
alias df='sudo df -hT -x tmpfs -x devtmpfs'
|
||||||
alias rsync='rsync --progress'
|
alias rsync='rsync --progress'
|
||||||
|
|
||||||
bind 'set completion-ignore-case on'
|
#bind 'set completion-ignore-case on'
|
||||||
set bell-style none
|
set bell-style none
|
||||||
|
|
||||||
## function and alias for short find
|
## function and alias for short find
|
||||||
@@ -174,4 +174,4 @@ ex() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# turn off incredibly annoying bell
|
# turn off incredibly annoying bell
|
||||||
xset b off
|
#xset b off
|
||||||
|
|||||||
@@ -20,6 +20,9 @@ URxvt*internalBorder: 20
|
|||||||
! URxvt.blurRadius: 25
|
! URxvt.blurRadius: 25
|
||||||
URxvt*.termName: rxvt-unicode-256color
|
URxvt*.termName: rxvt-unicode-256color
|
||||||
|
|
||||||
|
! set scrollback for rxvt
|
||||||
|
URxvt.saveLines: 100000
|
||||||
|
|
||||||
! special
|
! special
|
||||||
*.foreground: #c5c8c6
|
*.foreground: #c5c8c6
|
||||||
*.background: #222222
|
*.background: #222222
|
||||||
|
|||||||
Reference in New Issue
Block a user