Created
May 20, 2025 02:12
-
-
Save WanLinLin/9436479d7c03bdcac1134a3d5a69957f to your computer and use it in GitHub Desktop.
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
# 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