diff --git a/home/.zshrc b/home/.zshrc index 8e8fa3f..cb413d4 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -13,7 +13,7 @@ export ZSH="/home/lennartalff/.oh-my-zsh" ZSH_THEME="" -COMPLETION_WAITING_DOTS="true" +# COMPLETION_WAITING_DOTS="true" plugins=(git zsh-autosuggestions ssh-agent jump) @@ -31,7 +31,7 @@ fi alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf" alias reboot-linux="systemctl reboot --boot-loader-entry=arch.conf" -alias zshrc="vim ~/.zshrc" +alias zshrc="nvim ~/.zshrc" alias mount-institut='kinit -kt "$HOME/keytabs/cta1233.keytab" cta1233@KERBEROS.TU-HARBURG.DE && mount /TUHH/Institut' alias mount-lehre='kinit -kt "$HOME/keytabs/cta1233.keytab" cta1233@KERBEROS.TU-HARBURG.DE && mount /TUHH/Lehre'