fix(profile): Add back golang configs - don't want go's dotfiles on

$HOME
This commit is contained in:
Pratik Tripathy
2024-09-22 19:18:23 +05:30
parent 953b98d3af
commit 6085a0cffc

View File

@@ -56,6 +56,7 @@ if [ "$XDG_SESSION_DESKTOP" = "KDE" ]; then
export KDEHOME="${XDG_CONFIG_HOME}/KDE" export KDEHOME="${XDG_CONFIG_HOME}/KDE"
fi fi
# Homebrew
export HOMEBREW_BAT=1 export HOMEBREW_BAT=1
export HOMEBREW_VEBOSE=1 export HOMEBREW_VEBOSE=1
export HOMEBREW_NO_ENV_HINTS=1 export HOMEBREW_NO_ENV_HINTS=1
@@ -96,6 +97,9 @@ export PGPASSFILE="${XDG_CONFIG_HOME}/postgres/pgpass"
export PGSERVICEFILE="${XDG_CONFIG_HOME}/postgres/pg_service.conf" export PGSERVICEFILE="${XDG_CONFIG_HOME}/postgres/pg_service.conf"
export PSQL_HISTORY="${XDG_STATE_HOME}/psql_history" export PSQL_HISTORY="${XDG_STATE_HOME}/psql_history"
# Go
export GOPATH=/media/pratik/Projects/DevSetUps/gopath/
# FIX: BELOW DID NOT WORK: added to /etc/profile, need to recheck on reboot # FIX: BELOW DID NOT WORK: added to /etc/profile, need to recheck on reboot
# alias code="code --extensions-dir ${XDG_DATA_HOME}/vscode" # alias code="code --extensions-dir ${XDG_DATA_HOME}/vscode"