diff options
author | self <george@gabbott.dev> | 2022-07-23 14:28:16 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-23 14:28:16 +0100 |
commit | bc7380cd37e5ce8ce07b48f7523d16b468e3b79f (patch) | |
tree | 206bd0914b8d6f5ae2fc30a09ed7c7ed2816b734 | |
parent | a9f3fba70f1280e11043794eaa38382303c6aeaa (diff) |
svn to xdg spec
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |