✨ feat(fish): added new xdg variables
This commit is contained in:
parent
263975a962
commit
24751f2527
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ set -xg XINITRC $XDG_CONFIG_HOME/X11/xinitrcexport
|
||||||
set -xg XSERVERRC $XDG_CONFIG_HOME/X11/xserverrc
|
set -xg XSERVERRC $XDG_CONFIG_HOME/X11/xserverrc
|
||||||
set -xg HISTFILE $XDG_STATE_HOME/bash/history
|
set -xg HISTFILE $XDG_STATE_HOME/bash/history
|
||||||
set -xg ZSH $XDG_DATA_HOME/oh-my-zsh
|
set -xg ZSH $XDG_DATA_HOME/oh-my-zsh
|
||||||
|
set -xg PYTHONSTARTUP $XDG_CONFIG_HOME/python/pythonrc
|
||||||
|
set -xg WINEPREFIX $XDG_DATA_HOME/wine
|
||||||
|
|
||||||
# Path
|
# Path
|
||||||
set -x fish_user_paths
|
set -x fish_user_paths
|
||||||
|
|
Loading…
Add table
Reference in a new issue