diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2023-06-19 16:56:22 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2023-06-19 16:56:22 +0200 |
commit | 07965ccef4a45351d61a671cd4c43e022c219284 (patch) | |
tree | 401ffc6b0a445ab4bbe586dd3b0ce0df3f7ca27f /dot_bash_profile | |
parent | cb2cab2e45295b0e837d4d3b301f7594a5392464 (diff) |
dotfiles update
Diffstat (limited to 'dot_bash_profile')
-rw-r--r-- | dot_bash_profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..33930d3 --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,7 @@ +# .bash_profile + +# Get the aliases and functions +[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" +[ -f "$HOME/.profile" ] && . "$HOME/.profile" +export PATH="$VOLTA_HOME/bin:$PATH" +. "$HOME/.cargo/env" |