mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Update pam_environment
This commit is contained in:
parent
8ddf7f7a16
commit
127b9619c0
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
GOPATH DEFAULT=@{HOME}/packages/go
|
||||
PATH DEFAULT=${PATH}:${GOPATH}/bin:@{HOME}/packages/node_modules/.bin
|
||||
# default
|
||||
EDITOR DEFAULT=nvim
|
||||
BROWSER DEFAULT=firefox-developer-edition
|
||||
|
|
@ -24,6 +26,10 @@ LESSHISTFILE DEFAULT=${XDG_DATA_HOME}/less/history
|
|||
# wget
|
||||
WGETRC DEFAULT=${XDG_CONFIG_HOME}/wget/wgetrc
|
||||
|
||||
# zsh
|
||||
ZDOTDIR DEFAULT=${XDG_CONFIG_HOME}/zsh
|
||||
HISTFILE DEFAULT=${XDG_DATA_HOME}/zsh/history
|
||||
|
||||
# ipython
|
||||
IPYTHONDIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
JUPYTER_CONFIG_DIR DEFAULT=${XDG_CONFIG_HOME}/jupyter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue