mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
edited zshrc
This commit is contained in:
parent
ef98d053c4
commit
56f266cfba
4
zshrc
4
zshrc
@ -216,8 +216,8 @@ yatest () {
|
||||
/usr/bin/yaourt --config /etc/pactest.conf $* && echo "$*" | grep -q "S\|R\|U" && rehash
|
||||
}
|
||||
|
||||
alias ls='show_which ls && ls --color=auto'
|
||||
alias ll='show_which ll && ls --group-directories-first -l --human-readable'
|
||||
alias ls='show_which ls && ls --color=auto --group-directories-first'
|
||||
alias ll='show_which ll && ls -l --human-readable'
|
||||
alias lr='show_which lr && ls --recursive'
|
||||
alias la='show_which la && ll --almost-all'
|
||||
alias lx='show_which lx && ll -X --ignore-backups'
|
||||
|
Loading…
Reference in New Issue
Block a user