aliased tree for ls

This commit is contained in:
Léana 江 2022-12-21 13:05:38 +01:00
parent 19c8b68025
commit df073af8a4
6 changed files with 18 additions and 3 deletions

View file

@ -1,4 +1,7 @@
alias rs_launchpad='defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock'
alias ls='tree -Cpha -L 1 | less -R'
alias la='tree -Cph -L 1 | less -R'
alias neofetch='neowofetch'
if not string match -qi "*Darwin*" (uname -a)
# is linux
alias chmod='chmod --preserve-root'
alias chown='chown --preserve-root'
end