Movint to Fish + Tide
This commit is contained in:
parent
4b08537918
commit
ae7e402728
28 changed files with 167 additions and 326 deletions
11
.config/fish/functions/ls.fish
Normal file
11
.config/fish/functions/ls.fish
Normal file
|
@ -0,0 +1,11 @@
|
|||
function ls
|
||||
if type -q eza
|
||||
command eza $argv
|
||||
else
|
||||
if test "$(uname -s | tr '[:upper:]' '[:lower:]')" = 'linux'
|
||||
command ls --color=auto $argv
|
||||
else
|
||||
command ls $argv
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue