Created
September 19, 2023 19:44
-
-
Save afternoon/a4412c645feae520328e0fb04192528d to your computer and use it in GitHub Desktop.
Lean and mean .zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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