1
0
Fork 0

multiple tweaks, for better or worse

This commit is contained in:
Von Random 2017-11-08 17:47:04 +03:00
parent be67e054f7
commit 16a72b9ab6
6 changed files with 6 additions and 9 deletions

View file

@ -8,7 +8,6 @@ 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'
# ls
alias ls='command ls --color=auto --group-directories-first '