Files
dotfiles/home/dot-bashrc
2025-12-24 14:53:19 +01:00

12 lines
196 B
Plaintext

source $HOME/.common_shell
if [ -f /etc/NIXOS ]; then
eval "$(starship init bash)"
else
PS1='\u@\h:\w\$ '
fi
# Added by GitLab Knowledge Graph installer
export PATH="$HOME/.local/bin:$PATH"