Skip to content

Instantly share code, notes, and snippets.

@sebby
Created September 30, 2023 05:21
Show Gist options
  • Select an option

  • Save sebby/06c81308a4e7c565b87869df7fb54789 to your computer and use it in GitHub Desktop.

Select an option

Save sebby/06c81308a4e7c565b87869df7fb54789 to your computer and use it in GitHub Desktop.
My ZshRC
alias ll='exa --all --long --header --icons --git'
alias tree='exa --tree --icons -L=2'
alias v='fd --type f --hidden --exclude .git |fzf-tmux -p|xargs nvim'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment