Skip to content

Instantly share code, notes, and snippets.

@zax71
Created September 3, 2024 16:44
Show Gist options
  • Save zax71/87e185f268369f6cf7afc332ff140d3e to your computer and use it in GitHub Desktop.
Save zax71/87e185f268369f6cf7afc332ff140d3e to your computer and use it in GitHub Desktop.
alias neofetch='fastfetch'
alias ls='eza --icons=always --width=100'
alias ll='eza -l -a --icons=always'
alias cat='batcat'
alias vim='nvim'
alias tree='ls --tree --git-ignore'
# Pwetty colors
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment