mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update pam_environemnt: change order
This commit is contained in:
parent
0b24e8576e
commit
53779ae646
1 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
GOBIN DEFAULT=@{HOME}bin/go
|
||||
PYTHONUSERBASE DEFAULT=@{HOME}.packages/python
|
||||
PATH DEFAULT=@{HOME}bin:${GOBIN}:${PYTHONUSERBASE}/bin:@{HOME}.packages/node_modules/.bin
|
||||
# default
|
||||
EDITOR DEFAULT=nvim
|
||||
BROWSER DEFAULT=firefox
|
||||
|
|
@ -43,10 +40,12 @@ GO111MODULE DEFAULT=on
|
|||
GOPROXY DEFAULT=https://goproxy.cn,direct
|
||||
GOCACHE DEFAULT=${XDG_CACHE_HOME}/go
|
||||
GOPATH DEFAULT=${GOCACHE}
|
||||
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
|
||||
# ipython
|
||||
IPYTHONDIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
JUPYTER_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
|
|
@ -65,3 +64,6 @@ BUNDLE_USER_PLUGIN DEFAULT=${XDG_DATA_HOME}/bundle
|
|||
|
||||
# docker
|
||||
DOCKER_CONFIG DEFAULT=${XDG_CONFIG_HOME}/docker
|
||||
|
||||
# PATH
|
||||
PATH DEFAULT=@{HOME}bin:${GOBIN}:${PYTHONUSERBASE}/bin:@{HOME}.packages/node_modules/.bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue