From bc7380cd37e5ce8ce07b48f7523d16b468e3b79f Mon Sep 17 00:00:00 2001 From: self Date: Sat, 23 Jul 2022 14:28:16 +0100 Subject: svn to xdg spec --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6c70222..9608608 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -36,6 +36,7 @@ alias feh="feh --no-fehbg" alias newsboat="newsboat -u ~/.config/newsboat/urls" alias gpg2="gpg2 --homedir $XDG_DATA_HOME/gnupg" alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' +alias svn="svn --config-dir \"$XDG_CONFIG_HOME\"/subversion" # TODO: add all XDG directories in the right places, and then run the commands # as per the SO post: https://stackoverflow.com/questions/26198926/why-does-lesshst-keep-showing-up-in-my # to get rid of .lesshst file and where man creates it as well -- cgit v1.2.1