update
This commit is contained in:
parent
41914f16fa
commit
7aae20a3fa
5
profile
5
profile
|
@ -1,3 +1,8 @@
|
|||
export XDG_DATA_HOME="$HOME/.local/share"
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
export XDG_STATE_HOME="$HOME/.local/state"
|
||||
export XDG_CACHE_HOME="$HOME/.cache"
|
||||
|
||||
export SHELL_CONFIG="$SHELL_CONFIG:.profile"
|
||||
export EDITOR=/usr/bin/vim
|
||||
export BROWSER=/usr/bin/qutebrowser
|
||||
|
|
Loading…
Reference in New Issue