1
0
Fork 0

some very small tweaks, including newly discovered less +F

This commit is contained in:
Von Random 2017-04-03 19:28:29 +03:00
parent b58fb3d09f
commit e241e573ea
2 changed files with 7 additions and 0 deletions

1
bashrc
View file

@ -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'