Skip to content

Instantly share code, notes, and snippets.

@afternoon
Created September 19, 2023 19:44
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 afternoon/a4412c645feae520328e0fb04192528d to your computer and use it in GitHub Desktop.
Save afternoon/a4412c645feae520328e0fb04192528d to your computer and use it in GitHub Desktop.
Lean and mean .zshrc
autoload -Uz compinit
compinit
alias ls="ls -F --color"
alias vi="/usr/local/bin/nvim"
PS1="
▶ %F{81}%U%~%u%f %F{8}$%f "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment