mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-07 06:55:11 +01:00
exa is an interesting ls alternative
This commit is contained in:
@@ -69,6 +69,9 @@ alias la 'ls -A'
|
|||||||
alias l 'ls -CF'
|
alias l 'ls -CF'
|
||||||
alias lll 'ls --color=always -alF | less -R'
|
alias lll 'ls --color=always -alF | less -R'
|
||||||
|
|
||||||
|
alias exa 'exa --icons --header --group-directories-first'
|
||||||
|
alias exatree 'exa --icons --header --group-directories-first --long --tree'
|
||||||
|
|
||||||
## Git
|
## Git
|
||||||
alias gu "git pull --all"
|
alias gu "git pull --all"
|
||||||
alias gp "git push; git push --tags"
|
alias gp "git push; git push --tags"
|
||||||
|
|||||||
Reference in New Issue
Block a user