From 3d5439a1be5e05f32faea88974bcef8a711ca987 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 23 Feb 2021 21:53:50 +0100 Subject: Misc updates, zathura down/up shortcut, XDG standard env variables, newsboat more threads, newsboat notification after reload --- .zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.zshrc') 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" -- cgit