diff options
author | stuebinm | 2024-02-11 00:17:07 +0100 |
---|---|---|
committer | stuebinm | 2024-02-11 00:21:08 +0100 |
commit | d12184c99b528cddf0676608d290e50932d1656c (patch) | |
tree | 4ea6b098cc96cbd35fba26458e5e65c9aed10054 /surltesh-echer/home/bash_profile | |
parent | 9f6cdc0e3ce29f7680878627402fb61af9ebcbd8 (diff) |
guixify surltesh-echer
initial config, the system is now a mess with lots of old nix stuff
still hanging out on the disk.
Tbh not sure if I'll do much with this, but wanted to play around a
little with this again.
Diffstat (limited to 'surltesh-echer/home/bash_profile')
-rw-r--r-- | surltesh-echer/home/bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/surltesh-echer/home/bash_profile b/surltesh-echer/home/bash_profile new file mode 100644 index 0000000..1db2b77 --- /dev/null +++ b/surltesh-echer/home/bash_profile @@ -0,0 +1,5 @@ +# include .profile if it exists +[[ -f ~/.profile ]] && . ~/.profile + +# include .bashrc if it exists +[[ -f ~/.bashrc ]] && . ~/.bashrc |