X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=060ac342eca25cce5d6094810f6bb19675227364;hb=48449dd95b7ef3826bd6cdbe91ed73a9bd0fa8c4;hp=2703a970cc2972fd6ab96bfa6fe431908a8f5735;hpb=60f5130b20ca978213125be77de189edee9bf229;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 2703a97..060ac34 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 -f \"${XDG_DATA_HOME:-$HOME/.local/share}\"/tudu/tudu.xml -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" @@ -23,10 +24,9 @@ export TMUX_TMPDIR="$XDG_RUNTIME_DIR" export CLEAN_HOME=/opt/clean-x64 export PATH=~/.local/bin:$PATH -export PATH=$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin:$PATH export PATH=/opt/texlive/2020/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH -export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:./arduino/java/man:$MANPATH +export MANPATH=~/.local/share/man:/opt/texlive/2020/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH export GTK_IM_MODULE=xim export QT_IM_MODULE=xim @@ -38,7 +38,6 @@ alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\"" alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim -alias latexmk='make -f ~/.local/bin/latex.mk' alias shutdown="echo \"Are you sure? I\'m Ygdrassil\" && read && shutdown" . /etc/bash_completion