diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 21:53:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 21:53:50 +0100 |
| commit | 3d5439a1be5e05f32faea88974bcef8a711ca987 (patch) | |
| tree | b415e525d5b3a54a4695babd78a17a494bb539c1 /.zshrc | |
| parent | 32b428284ebf29c24bcf301f3d035b35463dbad7 (diff) | |
| download | dotfiles-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-- | .zshrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |
