some very small tweaks, including newly discovered less +F
This commit is contained in:
parent
b58fb3d09f
commit
e241e573ea
2 changed files with 7 additions and 0 deletions
1
bashrc
1
bashrc
|
@ -82,6 +82,7 @@ bind '"\e[6~"':forward-word # page down
|
|||
# {{{ aliases
|
||||
alias whence='type -P'
|
||||
alias less='command less -R'
|
||||
alias ltail='command less -R +F'
|
||||
alias cower='command cower -c'
|
||||
alias pacman='command pacman --color=auto'
|
||||
alias rgrep='command grep --exclude-dir=\.git -R'
|
||||
|
|
|
@ -7,6 +7,11 @@ Xft.hintstyle: hintslight
|
|||
Xft.dpi: 96
|
||||
! }}}
|
||||
! {{{ urxvt
|
||||
#define fantasque_norm xft:Fantasque Sans Mono:size=11
|
||||
#define fantasque_bold xft:Fantasque Sans Mono:Bold:size=11
|
||||
#define fantasque_ital xft:Fantasque Sans Mono:Italic:size=11
|
||||
#define fantasque_boit xft:Fantasque Sans Mono:Bold:Italic:size=11
|
||||
|
||||
#define terminus_norm -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*
|
||||
#define terminus_bold -*-terminus-bold-*-*-*-14-*-*-*-*-*-iso10646-*
|
||||
|
||||
|
@ -26,6 +31,7 @@ URxvt.pastableTabs: true
|
|||
URxvt.geometry: 120:36
|
||||
URxvt.intensityStyles: false
|
||||
URxvt.secondaryScroll: false
|
||||
!URxvt.letterSpace: -1
|
||||
|
||||
! urxvt perl extensions
|
||||
URxvt.perl-ext-common: default,matcher,clipboard
|
||||
|
|
Loading…
Reference in a new issue