[READ-ONLY] Mirror of https://github.com/mrgnw/dotfiles. My shell customizations - aliases, functions, and themes.
dotfiles shell zinit zsh
0

Configure Feed

Select the types of activity you want to include in your feed.

dotfiles / theme
101 B 6 lines
1#/bin/zsh 2if [ -z "$SHELL_SYMBOL" ]; then 3 SHELL_SYMBOL="" 4fi 5 6export PS1=" %1~ $SHELL_SYMBOL "