diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-07 23:05:05 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-07 23:05:05 +0200 |
commit | 08fa07618b1d1d40773d1969f31d6d63713f534b (patch) | |
tree | a8d01dcc92f23c0a4a2410116533ffcdab4026d6 /home-dots/dot-bash_profile | |
parent | 9677897ef705177ee0497d1f9f6334700abd262d (diff) | |
download | dotfiles-08fa07618b1d1d40773d1969f31d6d63713f534b.tar.gz dotfiles-08fa07618b1d1d40773d1969f31d6d63713f534b.tar.bz2 dotfiles-08fa07618b1d1d40773d1969f31d6d63713f534b.zip |
move variables from bashrc to profile
Diffstat (limited to 'home-dots/dot-bash_profile')
-rw-r--r-- | home-dots/dot-bash_profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home-dots/dot-bash_profile b/home-dots/dot-bash_profile index aeac56a..ea2a147 100644 --- a/home-dots/dot-bash_profile +++ b/home-dots/dot-bash_profile @@ -1,6 +1,6 @@ # # ~/.bash_profile # - [[ -f ~/.bashrc ]] && . ~/.bashrc -. "$HOME/.cargo/env" +# [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env +# source "$HOME/.cargo/env" |