summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-23 14:28:16 +0100
committerself <george@gabbott.dev>2022-07-23 14:28:16 +0100
commitbc7380cd37e5ce8ce07b48f7523d16b468e3b79f (patch)
tree206bd0914b8d6f5ae2fc30a09ed7c7ed2816b734
parenta9f3fba70f1280e11043794eaa38382303c6aeaa (diff)
svn to xdg spec
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
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