mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
9 lines
116 B
Bash
9 lines
116 B
Bash
source $HOME/.common_shell
|
|
|
|
if [ -f /etc/NIXOS ]; then
|
|
eval "$(starship init bash)"
|
|
else
|
|
PS1='\u@\h:\w\$ '
|
|
fi
|
|
|