this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[fish] make ls to pure ls

+1 -1
+1 -1
fish/config.fish
··· 4 4 zoxide init fish | source 5 5 6 6 # Aliases 7 - alias ls="exa" 7 + alias l="exa" 8 8 alias lt="exa -T" 9 9 alias lT="exa -Tlh --no-user --no-time" 10 10 alias ll="exa -lh --no-user"