X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=shell%2F.bashrc;h=a26e423b56cf535444b1e453e6eca6e267bd0535;hb=aa7cb012a584dc8218bd1a141deb2b47c721e60d;hp=29b3d3f11b2f43c666edf72e731bb9957647a3cd;hpb=678bc50c4eb21c38aa22c40bc31fd26800b6e96e;p=dotfiles.git diff --git a/shell/.bashrc b/shell/.bashrc index 29b3d3f..a26e423 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -20,7 +20,7 @@ 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" -export CLEAN_HOME=/opt/clean +export CLEAN_HOME=/opt/clean-x64 export PATH=~/.local/bin:$PATH export PATH=$PATH:$CLEAN_HOME/lib/exe:$CLEAN_HOME/bin @@ -32,6 +32,9 @@ export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export QT_QPA_PLATFORMTHEME=qt5ct +export NNTPSERVER=news.tweak.nl +alias slrn="slrn -i \"${XDG_CONFIG_HOME:-$HOME/.config}/slrn/slrnrc\"" + alias ls='ls --color=auto' alias grep='grep --color=auto' alias vi=vim