X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;fp=shell%2F.bashrc;h=ae1a3cf735225743a12dc86a4cff6143f9bc87fa;hb=0fc24de8e3845237a8331b3250edcf6a2e9fe131;hp=b7fa58a01bdea3abcbc333b59b4ec76953049ca6;hpb=e22956a0797c6247802581c5c027247f25754498;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index b7fa58a..ae1a3cf 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -30,9 +30,9 @@ else fi export PATH=$CLEAN_HOME/bin:~/.local/bin:~/.nitrile/bin:~/.cabal/bin:$PATH -export PATH=/opt/texlive/2021/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH +export PATH=/opt/texlive/2023/bin/x86_64-linux:/opt/zotero:/opt/arduino:/opt/beets/bin:/opt/firefox:$PATH -export MANPATH=~/.local/share/man:/opt/texlive/2021/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH +export MANPATH=~/.local/share/man:/opt/texlive/2023/texmf-dist/doc/man:/opt/arduino/java/man:$MANPATH #export GTK_IM_MODULE=xim #export QT_IM_MODULE=xim @@ -43,7 +43,7 @@ alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\"" alias ls='ls --color=auto' alias grep='grep --color=auto' -alias vi='vim --servername VIM' +alias vi='vim' alias kmfbmagp=tmuxmail if [ -f /etc/bash_completion ]