about summary refs log tree commit diff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bash_profile')
-rwxr-xr-xbash/.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
new file mode 100755
index 0000000..69f6043
--- /dev/null
+++ b/bash/.bash_profile
@@ -0,0 +1,5 @@
+[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
+
+
+export PATH="$HOME/.cargo/bin:$PATH"
+if [ -e /home/ben/.nix-profile/etc/profile.d/nix.sh ]; then . /home/ben/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer