bashrc: some aliases
This commit is contained in:
parent
6927126e30
commit
691ed29ba5
1 changed files with 1 additions and 7 deletions
8
bashrc
8
bashrc
|
@ -28,16 +28,10 @@ unset ps_clr
|
|||
PROMPT_COMMAND=prompt_command
|
||||
# }}}
|
||||
# {{{ aliases
|
||||
alias beep='printf "\007"'
|
||||
alias cower='command cower -c'
|
||||
alias fixterm='printf "c"'
|
||||
alias less='command less -R'
|
||||
alias mysql='command mysql --sigint-ignore'
|
||||
alias pacman='command pacman --color=auto'
|
||||
alias rgrep='command grep --exclude-dir=\.git -R'
|
||||
alias ggrep='command git grep'
|
||||
alias tailf='command less -R +F'
|
||||
alias diff='command diff --color'
|
||||
alias vi='command vim'
|
||||
alias whence='command -v'
|
||||
|
||||
# ls
|
||||
|
|
Loading…
Reference in a new issue