fixed alias

This commit is contained in:
Léana 江 2022-12-22 16:14:28 +01:00
parent 791c3dfc71
commit 1ea2a6ef20
4 changed files with 2 additions and 9 deletions

View file

@ -1,4 +1,5 @@
alias neofetch='neowofetch'
alias ls='tree -Cph -L 1'
alias la='tree -Cpha -L 1'
if not string match -qi "*Darwin*" (uname -a)
# is linux

View file

@ -1,3 +0,0 @@
function la --wraps='ls -la --color | less -R'
tree -Cpha -L 1 $argv
end

View file

@ -1,3 +0,0 @@
function ls
tree -Cph -L 1 $argv
end