X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=ddbfa89e3e77203820589caf391af70d87cb13a8;hb=305f4e53aba70e6660e927bd26946e338dce6251;hp=7db3f565c117cc2eddf7b6e254d761507428467d;hpb=4ec32116d32f8b4457fffc431b9c2828be54e19c;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 7db3f56..ddbfa89 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -19,7 +19,7 @@ export CLEAN_HOME=/opt/clean export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin export PATH=$PATH:~/projects/esp-open-sdk/xtensa-lx106-elf/bin -export PATH=$PATH:/opt/texlive/bin/x86_64-linux:/opt/zotero:/opt/firefox +export PATH=$PATH:/opt/texlive/2018/bin/x86_64-linux export GTK_IM_MODULE=xim export QT_IM_MODULE=xim @@ -30,9 +30,12 @@ export COLORFGBG="default;default" alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim +alias latexmk='make -f ~/.local/bin/latex.mk' export TMUX_TMPDIR="$XDG_RUNTIME_DIR" alias tmux='tmux -f ~/.config/tmux/config' +. /etc/bash_completion + set_prompt(){ last_c=$? PS1='\u@\h'