This commit is contained in:
eneller
2025-02-18 19:56:39 +01:00
parent 0c23654196
commit 0f3d823820
5 changed files with 78 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
alias diff='diff -u --color'
alias tree='eza --tree'
alias ls='eza --group-directories-first' # make output more readable and show directories first
alias ll='ls --long --header --git'
alias ll='ls --long --header --git' #might use -i to show number of hard links like ls -l would normally
alias la='ls --all'
alias li='la --git-ignore'
alias less='less --use-color'