mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
aliased tree for ls
This commit is contained in:
parent
19c8b68025
commit
df073af8a4
6 changed files with 18 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue