diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2023-06-27 20:49:08 +0200 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2023-06-27 20:49:08 +0200 |
commit | 01d1239343966731ff04e08b4ac4b9b68df9f4ce (patch) | |
tree | 08134ffe01aa4e4b2ca0b64f68497e982e493778 /dot_bash_profile | |
parent | 4ad00d872a0cccac38d6f913ae353ec78645f4eb (diff) |
Change the LICENSE from WTFPLv2 to GPLv3
Diffstat (limited to 'dot_bash_profile')
-rw-r--r-- | dot_bash_profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dot_bash_profile b/dot_bash_profile index 33930d3..6687221 100644 --- a/dot_bash_profile +++ b/dot_bash_profile @@ -3,5 +3,4 @@ # Get the aliases and functions [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc" [ -f "$HOME/.profile" ] && . "$HOME/.profile" -export PATH="$VOLTA_HOME/bin:$PATH" . "$HOME/.cargo/env" |