v1.2 - small additions

This commit is contained in:
2024-01-12 09:34:51 +01:00
parent a6f3f8385e
commit 4351cf36f7
2 changed files with 9 additions and 2 deletions

View File

@@ -13,9 +13,11 @@ alias ll="exa --sort Name --long --header"
alias la="exa --sort Name --long --all --header"
alias lr="exa --sort Name --long --recurse --header"
alias lra="exa --sort Name --long --recurse --all --header"
alias lt="exa --sort Name --long --tree --header"
alias lt="exa --sort Name --long --tree --header --level 2"
alias lta="exa --sort Name --long --tree --all --header"
alias ls="exa --sort Name --header"
alias lg="exa --sort Name --long --all --header -G"
alias df="duf"
# other aliases
alias copy='rsync -ah --progress'