aboutsummaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-07 14:50:06 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-07 14:50:06 +0100
commitc2fd46462d90aa882d523941cf1a69856a4b88e1 (patch)
tree6d4d8a96a524815edde9cb4cf095a7091e350c5f /config/zsh
parent96e011fd75613e9fe8adc55074427b9bd76691e7 (diff)
downloaddotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.tar.gz
dotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.tar.bz2
dotfiles-c2fd46462d90aa882d523941cf1a69856a4b88e1.zip
Change volume shortcuts to -/=, changed the behavior of qutebrowser when there is only one tab left
Diffstat (limited to 'config/zsh')
-rwxr-xr-xconfig/zsh/zprofile3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/zsh/zprofile b/config/zsh/zprofile
index 7895db6..fef0af7 100755
--- a/config/zsh/zprofile
+++ b/config/zsh/zprofile
@@ -23,6 +23,7 @@ export XINITRC="$XDG_CONFIG_HOME/x11/xinitrc"
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/startup.py"
export ASPELL_CONF="per-conf $XDG_CONFIG_HOME/aspell/aspell.conf; personal $XDG_CONFIG_HOME/aspell/en.pws; repl $XDG_CONFIG_HOME/aspell/en.prepl"
+export BUNDLE_USER_CONFIG="$XDG_CONFIG_HOME"/bundle
# shellcheck disable=SC2016
export VIMINIT='let $MYVIMRC="$XDG_CONFIG_HOME/vim/vimrc" | source $MYVIMRC'
export IPYTHONDIR="$XDG_CONFIG_HOME/ipython"
@@ -31,10 +32,12 @@ export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter"
export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export GOPATH="$XDG_DATA_HOME/go"
export CARGO_HOME="$XDG_DATA_HOME/cargo"
+export BUNDLE_USER_PLUGIN="$XDG_DATA_HOME"/bundle
# cache
export HISTFILE="$XDG_CACHE_HOME/history"
export LESSHISTFILE='-' # no ~/.lesshst
export PYTHON_EGG_CACHE="$XDG_CACHE_HOME/python-eggs"
+export BUNDLE_USER_CACHE="$XDG_CACHE_HOME"/bundle
# runtime
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"