From c2fd46462d90aa882d523941cf1a69856a4b88e1 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 7 Mar 2021 14:50:06 +0100 Subject: Change volume shortcuts to -/=, changed the behavior of qutebrowser when there is only one tab left --- config/zsh/zprofile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/zsh') 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" -- cgit