bashrc: Add DOTDILES_HOME into my Termux one.

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-13 15:29:36 +08:00
parent 60f4c7da72
commit a2a92fa36f
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
# Then add my scripts
export DOTFILES_STUFF_BIN="$HOME/.dotfiles/bin"
export PATH=$PATH:$DOTFILES_STUFF_BIN
export DOTFILES_HOME=$HOME/.dotfiles
# clean up bash history
#echo
#rm -rf ~/.bash_history>>/dev/null && history -c && echo "history-cleanup: Shell history cleaned for past session" || echo "history-cleanup: No bash_history file found for past session."