X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=27d574af740c3e4d3bbbc4d4467e8242ec537001;hb=886fcf0cbe424a65df009dd486e12f8830302e6e;hp=97cb9f557554bd20821cb42832d21f28daf9095a;hpb=1556f87ad6e07f3ce342464b38952003530661d9;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 97cb9f5..27d574a 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -15,9 +15,10 @@ export SUDO_ASKPASS=/usr/lib/ssh/ssh-askpass export NOTMUCH_CONFIG=~/.config/notmuch/config export CLEAN_HOME=/opt/clean + 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 +export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin export GTK_IM_MODULE=xim export QT_IM_MODULE=xim @@ -28,6 +29,7 @@ alias vi=vim alias latexmk='make -f ~/.local/bin/latex.mk' export TMUX_TMPDIR="$XDG_RUNTIME_DIR" alias tmux='tmux -f ~/.config/tmux/config' +alias shutdown="echo \"Are you sure? I\'m Ygdrassil\" && read && shutdown" . /etc/bash_completion