some non-migrating configuration should be around too for bash; also git grep is probably more efficient than grep
This commit is contained in:
parent
5764ab5dc0
commit
3206fdc0d9
2 changed files with 4 additions and 1 deletions
1
aliases
1
aliases
|
@ -5,6 +5,7 @@ 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 vi='command vim'
|
||||
alias whence='type -P'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue