fix hgshort disable poushd

This commit is contained in:
Christian Nieves
2024-05-08 18:03:10 +00:00
parent 8a4fdc0e0b
commit d3a6c45a98
12 changed files with 7 additions and 297 deletions

View File

@ -18,10 +18,6 @@ export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
export DEVKITPPC=${DEVKITPRO}/devkitPPC
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
source ~/.aliases.sh
if [[ -f "$HOME/use_google" ]]; then
@ -29,8 +25,4 @@ if [[ -f "$HOME/use_google" ]]; then
fi
. "$HOME/.cargo/env"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi