aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-bash_profile
diff options
context:
space:
mode:
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
commit08fa07618b1d1d40773d1969f31d6d63713f534b (patch)
treea8d01dcc92f23c0a4a2410116533ffcdab4026d6 /home-dots/dot-bash_profile
parent9677897ef705177ee0497d1f9f6334700abd262d (diff)
downloaddotfiles-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_profile4
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"