X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=27d574af740c3e4d3bbbc4d4467e8242ec537001;hb=886fcf0cbe424a65df009dd486e12f8830302e6e;hp=51cd06a4f98a178ef54b1432aae7915fc63907e2;hpb=34efd3799ac4187242dd29334fd034acc6e5f025;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 51cd06a..27d574a 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -18,7 +18,7 @@ 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:/opt/zotero +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 @@ -29,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