Skip to content

Instantly share code, notes, and snippets.

@BekBrace
Created December 23, 2022 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BekBrace/a93a1e450196805a3b90111c8de59c27 to your computer and use it in GitHub Desktop.
Save BekBrace/a93a1e450196805a3b90111c8de59c27 to your computer and use it in GitHub Desktop.
Changing aliases from LS to EXA in fish shell
alias l='exa'
alias la='exa -a'
alias ll='exa -lah'
alias ls='exa --color=auto'
@BekBrace
Copy link
Author

changing from private to public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment