mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update pam_environment
This commit is contained in:
parent
3f8d4e3a27
commit
30a67dcf97
1 changed files with 8 additions and 1 deletions
|
|
@ -38,6 +38,10 @@ RANDFILE DEFAULT=${XDG_DATA_HOME}/openssl/randfile
|
|||
# wine
|
||||
WINEPREFIX DEFAULT=${XDG_DATA_HOME}/wine
|
||||
|
||||
# adb
|
||||
ANDROID_SDK_HOME DEFAULT=${XDG_CONFIG_HOME}/android
|
||||
ADB_VENDOR_KEY DEFAULT=${XDG_CONFIG_HOME}/android
|
||||
|
||||
# golang
|
||||
GO111MODULE DEFAULT=on
|
||||
GOPROXY DEFAULT=https://goproxy.cn,direct
|
||||
|
|
@ -48,7 +52,7 @@ GOBIN DEFAULT=@{HOME}/bin/go
|
|||
# python
|
||||
PYTHONSTARTUP DEFAULT=${XDG_CONFIG_HOME}/python/repl_startup.py
|
||||
PYTHONPYCACHEPREFIX DEFAULT=@{HOME}/.cache/python
|
||||
PYTHONUSERBASE DEFAULT=@{HOME}/.packages/python
|
||||
PYTHONUSERBASE DEFAULT=@{HOME}/.packages/python
|
||||
# ipython
|
||||
IPYTHONDIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
JUPYTER_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
|
|
@ -57,6 +61,9 @@ PYLINTHOME DEFAULT=${XDG_CACHE_HOME}/pylint
|
|||
# mypy
|
||||
MYPY_CACHE_DIR DEFAULT=${XDG_CACHE_HOME}/mypy
|
||||
|
||||
# node
|
||||
NODE_REPL_HISTORY DEFAULT=${XDG_DATA_HOME}/node_repl_history
|
||||
|
||||
# npm
|
||||
NPM_CONFIG_USERCONFIG DEFAULT=${XDG_CONFIG_HOME}/npm/npmrc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue