This commit is contained in:
Ray Elliott 2022-05-15 14:31:39 +01:00
parent 41914f16fa
commit 7aae20a3fa
1 changed files with 5 additions and 0 deletions

View File

@ -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