X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=6ebfb8ff93ea7d9ec75e3361dfcd15406dcbcb08;hb=e944770cad8c51c6c25c7e55e3ab775812999e49;hp=b3744dbe794096a4b15927e48f2bac3f5bab55cf;hpb=9bcd484becb3085027277b9a8e4f100bb33cb737;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index b3744db..6ebfb8f 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -16,6 +16,7 @@ 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\"" +alias tudu="tudu -c \"${XDG_CONFIG_HOME:-$HOME/.config}/tudu/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,7 +25,7 @@ export CLEAN_HOME=/opt/clean-x64 export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin -export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox +export PATH=$PATH:/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/firefox export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH