mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
fix(profile): Add back golang configs - don't want go's dotfiles on
$HOME
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user