commit 02c47652a5cd56491fb69fb7d91902a3871162e4
parent 9424336705a5c2cb36160417cbf1a441329c67a4
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Fri, 24 Apr 2020 23:59:45 +0200
shell: more hacks to use ~/.config
Former-commit-id: aa90bf57f2f14963704e693ae05481b36eed3feb
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/shell/use-config-dir b/shell/use-config-dir
@@ -1,6 +1,11 @@
# Make programs use the ~/.config directory
alias irssi="irssi --home=$HOME/.config/irssi"
+alias tmux="tmux -f $HOME/.config/tmux/tmux.conf"
export JUPYTER_CONFIG_DIR="$HOME/.config/jupyter"
export BUNDLE_USER_HOME="$HOME/.config/bundle"
export BUNDLE_USER_CACHE="$HOME/.cache/bundle"
+export _Z_DATA="$HOME/.cache/z/z-data"
+export HTTPIE_CONFIG_DIR="$HOME/.config/httpie"
+export CABAL_DIR="$HOME/.config/cabal"
+export GHCUP_INSTALL_BASE_PREFIX="$HOME/.config"