Files
dotfiles/.zshrc
T
2025-06-27 08:58:08 -04:00

8 lines
119 B
Bash

export prompt="%n@%m %1~ > "
if [ -d ~/go/bin ]; then
export PATH=$PATH:~/go/bin
fi
source ~/.config/.dg-shell.zsh