X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=e84f4e173cfb55fe3ab8eb2c9c4ad5731426e3dc;hb=3204decf4f5e3c96c02055af97a83a3f19f4d49d;hp=55be0b5504b75ffd2d61b1bb335eacb2a280ad27;hpb=fe0f2fa646e4364896983374a8b0699ab0822fc4;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 55be0b5..e84f4e1 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -14,6 +14,8 @@ export PAGER=less 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" @@ -24,6 +26,8 @@ export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin +export MANPATH=~/.local/share/man:$MANPATH + export GTK_IM_MODULE=xim export QT_IM_MODULE=xim @@ -31,7 +35,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