chore: Clean up .profile

This commit is contained in:
Pratik Tripathy
2024-09-16 21:46:47 +05:30
parent 203855492b
commit 42b8551ef1

View File

@@ -70,9 +70,6 @@ export GNUPGHOME="${XDG_CONFIG_HOME}/gnupg"
export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst" export LESSHISTFILE="${XDG_STATE_HOME}/shell/lesshst"
export WGETRC="${XDG_CONFIG_HOME}/wgetrc" export WGETRC="${XDG_CONFIG_HOME}/wgetrc"
# Move the Android device keys to .config (TODO: This needs to be tested)
export ADB_VENDOR_KEYS="${XDG_CONFIG_HOME}/android"
# Setup Python # Setup Python
export PYTHON_HISTORY="${XDG_STATE_HOME}/shell/python_history" # will be picked up by Python 3.13+ export PYTHON_HISTORY="${XDG_STATE_HOME}/shell/python_history" # will be picked up by Python 3.13+
export PYTHONPYCACHEPREFIX="${XDG_CACHE_HOME}/python" export PYTHONPYCACHEPREFIX="${XDG_CACHE_HOME}/python"
@@ -101,9 +98,6 @@ 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"