diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-05 13:39:10 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-05 13:39:10 +0200 |
commit | 8bc67e4f75e23e62667918a7629ad531b47923b5 (patch) | |
tree | 13b21b3b4f087414e0f27f373c5d5d6bc843260b /home-dots/dot-bash_profile | |
parent | 1c0a9b1273d37a79a70136af2e3223a6e2502d69 (diff) | |
download | dotfiles-8bc67e4f75e23e62667918a7629ad531b47923b5.tar.gz dotfiles-8bc67e4f75e23e62667918a7629ad531b47923b5.tar.bz2 dotfiles-8bc67e4f75e23e62667918a7629ad531b47923b5.zip |
Install rust paths
Diffstat (limited to 'home-dots/dot-bash_profile')
-rw-r--r-- | home-dots/dot-bash_profile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/home-dots/dot-bash_profile b/home-dots/dot-bash_profile new file mode 100644 index 0000000..aeac56a --- /dev/null +++ b/home-dots/dot-bash_profile @@ -0,0 +1,6 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc +. "$HOME/.cargo/env" |