8 lines
119 B
Bash
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
|