diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-02 00:49:04 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-02 00:49:04 +0200 |
commit | 2a4b9687993b001f0614e3fb96cae24af73aede7 (patch) | |
tree | ffefcda3c82de75c03d2798c237467ee896acfc5 /home-dots/dot-bash_profile | |
parent | 6e205a249a2b3656bb1759bc9ed7f15918ca5654 (diff) | |
download | dotfiles-2a4b9687993b001f0614e3fb96cae24af73aede7.tar.gz dotfiles-2a4b9687993b001f0614e3fb96cae24af73aede7.tar.bz2 dotfiles-2a4b9687993b001f0614e3fb96cae24af73aede7.zip |
reduce bash dotfiles
Diffstat (limited to 'home-dots/dot-bash_profile')
-rw-r--r-- | home-dots/dot-bash_profile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home-dots/dot-bash_profile b/home-dots/dot-bash_profile deleted file mode 100644 index ea2a147..0000000 --- a/home-dots/dot-bash_profile +++ /dev/null @@ -1,6 +0,0 @@ -# -# ~/.bash_profile -# -[[ -f ~/.bashrc ]] && . ~/.bashrc -# [ -f "$HOME/.ghcup/env" ] && source "$HOME/.ghcup/env" # ghcup-env -# source "$HOME/.cargo/env" |