Files
dotfiles/home/.bashrc
2025-09-23 08:03:07 +02:00

9 lines
116 B
Bash

source $HOME/.common_shell
if [ -f /etc/NIXOS ]; then
eval "$(starship init bash)"
else
PS1='\u@\h:\w\$ '
fi