Add 'besseretests-gui' alias + add $EDITOR

For some reason I did not add $EDITOR to my .bashrc until now.
This commit is contained in:
JeremyStar™ 2024-03-30 22:32:04 +01:00
parent 9d63f18739
commit aa819402ec
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -8,7 +8,9 @@ eval "$(starship init bash)"
alias "fireplace=$(which fireplace) -f 60 -t 13"
alias "quote=fortune -s linux debian|cowsay"
alias "besseretests=godot --headless -d -v -s --path . addons/besseretests/src/cmd.gd"
alias "besseretests-gui=godot -d -v -s --path . addons/besseretests/src/cmd.gd"
export "RUSTFLAGS=-Z threads=$(nproc)"
export "EDITOR=nano"
function cleanhome() {
echo ":: Cleaning ~"
rm -rf "${HOME}/.cache" "${HOME}/.dotnet" "${HOME}/.fltk" "${HOME}/.gradle" "${HOME}/.hyprland" "${HOME}/.java" "${HOME}/.npm" "${HOME}/.nuget" "${HOME}/.nvm" "${HOME}/.openjfx" "${HOME}/.pki" "${HOME}/.vnc" "${HOME}/.yarn" "${HOME}/go" "${HOME}/Android" "${HOME}/.android" "${HOME}/.lesshst" "${HOME}/.wget-hsts" "${HOME}/.yarnrc" "${HOME}/package-lock.json" "${HOME}/package.json" "${HOME}/node_modules" "${HOME}/.npmrc" "${HOME}/.gtkrc-2.0" "${HOME}/.electron-gyp" "${HOME}/.python_history" "${HOME}/.m2" "${HOME}/.mono"