zsh: Heavy improvements to ls_show_hidden
Autoload the function instead of declaring it directly. Add functionality for multiple targets. It should now pretty much perform like `command ls`. Refactored code to use more zsh extensions like globbing instead of parsing the output of `ls` making it a lot faster.
This commit is contained in:
@@ -72,7 +72,7 @@ alias gdiff='git diff'
|
||||
alias gd='git diff'
|
||||
|
||||
## Navigation
|
||||
alias ls='_ls_show_hidden --color=auto --group-directories-first -p -v'
|
||||
alias ls='ls --color=auto --group-directories-first -p -v'
|
||||
alias sl='ls'
|
||||
alias la='ls -A'
|
||||
alias l='ls -lh --time-style=long-iso'
|
||||
|
||||
Reference in New Issue
Block a user