Rename to real dot dirs and add fish

This commit is contained in:
2025-12-24 05:08:11 +01:00
parent 5aab1eba1e
commit 89564e5fcd
8 changed files with 45 additions and 3 deletions

11
home/dot-bashrc Normal file
View File

@@ -0,0 +1,11 @@
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"