|
|
|
|
|
by yonatan8070
396 days ago
|
|
For shell stuff, I use fish, and my fish config has a bunch of if...end blocks around most things, for example: ```if command -q exa
alias ls="exa"
alias ll="exa -lah"
alias tree="exa --tree"
end if command -q eza
alias ls="eza"
alias ll="eza -lah"
alias tree="eza --tree"
end``` |
|
https://github.com/jabirali/fish-abbrfile