about summary refs log tree commit diff
path: root/bash/.bash_profile
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-07-22 15:39:58 -0400
committerBen Harris <ben@tilde.team>2018-07-22 15:39:58 -0400
commite45ac4fdf88903e919812d3f2b8427e14f3cd091 (patch)
tree231c28d5f37478e8f518a34532fbcb15f1521f7d /bash/.bash_profile
init
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