diff options
author | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-08-16 22:59:11 +0200 |
---|---|---|
committer | Ekaitz Zárraga <ekaitz.zarraga@protonmail.com> | 2017-08-16 22:59:11 +0200 |
commit | c7e4fbeb71f7e2adb473b6fb6acea57bf3753d8a (patch) | |
tree | d9da40e045fc3662dfac23459c5797179d6606df /bash/.bash_profile | |
parent | c74a3dfec87f4b11dd18d70a1c443e59015ea5a2 (diff) |
Cargo on bash
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index affc9db..4d21956 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -20,3 +20,5 @@ export TERM=xterm-256color mkdir -p $HOME/.config export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:=$HOME/.config} export XDG_DATA_HOME=${XDG_DATA_HOME:=$HOME/.config} + +export PATH="$HOME/.cargo/bin:$PATH" |