aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-02-23 21:53:50 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-02-23 21:53:50 +0100
commit3d5439a1be5e05f32faea88974bcef8a711ca987 (patch)
treeb415e525d5b3a54a4695babd78a17a494bb539c1 /.zshrc
parent32b428284ebf29c24bcf301f3d035b35463dbad7 (diff)
downloaddotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.gz
dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.bz2
dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.zip
Misc updates, zathura down/up shortcut, XDG standard env variables, newsboat more threads, newsboat notification after reload
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zshrc b/.zshrc
index e5b9662..8a1ee8c 100644
--- a/.zshrc
+++ b/.zshrc
@@ -79,8 +79,9 @@ export LESS_TERMCAP_ZO=$(tput ssupm)
export LESS_TERMCAP_ZW=$(tput rsupm)
#XDG
-export XDG_CONFIG_HOME="$HOME/.config/"
-export XDG_DATA_HOME="$HOME/.data/"
+export XDG_CONFIG_HOME="$HOME/.config"
+export XDG_DATA_HOME="$HOME/.local/share"
+export XDG_CACHE_HOME="$HOME/.cache"
export EDITOR="vim"
export TERM="st-256color"