X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=e627663f4b14cd78904db7d1e870083261a7418e;hb=08e46c265f09ec561017a46eeac5076224108c22;hp=3cb3c7cca76d09ad46f82bf2640d4c13985f9596;hpb=9dd766e88f44c0ebe885c38e951eb9e9e94d37f5;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 3cb3c7c..e627663 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -14,6 +14,8 @@ export PAGER=more export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass # XDG fixes +alias svn="svn --config-dir \"${XDG_CONFIG_HOME:-$HOME/.config}\"/subversion" +alias tmux="tmux -f \"${XDG_CONFIG_HOME:-$HOME/.config}/tmux/config\"" export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}"/notmuch/config export PASSWORD_STORE_DIR="${XDG_DATA_HOME:-$HOME/.local/share}"/pass export TMUX_TMPDIR="$XDG_RUNTIME_DIR" @@ -31,7 +33,6 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim alias latexmk='make -f ~/.local/bin/latex.mk' -alias tmux="tmux -f \"${XDG_CONFIG_HOME:-$HOME/.config}/tmux/config\"" alias shutdown="echo \"Are you sure? I\'m Ygdrassil\" && read && shutdown" . /etc/bash_completion