Skip to content

Instantly share code, notes, and snippets.

@AbhimanyuAryan
Created February 21, 2022 12:19
Show Gist options
  • Save AbhimanyuAryan/631f7d4fbb88aa8404fde351fb6f0d6e to your computer and use it in GitHub Desktop.
Save AbhimanyuAryan/631f7d4fbb88aa8404fde351fb6f0d6e to your computer and use it in GitHub Desktop.
bashrc configurations
# exa to ls
alias l='exa'
alias la='exa -a'
alias ll='exa -lah'
alias ls='exa --grid --color=auto --icons'
# bat alias to cat
alias cat='bat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment