Skip to content

Instantly share code, notes, and snippets.

@WanLinLin
Created May 20, 2025 02:12
Show Gist options
  • Save WanLinLin/9436479d7c03bdcac1134a3d5a69957f to your computer and use it in GitHub Desktop.
Save WanLinLin/9436479d7c03bdcac1134a3d5a69957f to your computer and use it in GitHub Desktop.
zshrc
# for command line prefix. "%~" equals full current path.
export PS1="$USER@%~$ "
# for autocomplete
autoload -Uz compinit && compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment