This commit is contained in:
Thies Lennart Alff 2023-11-07 21:32:26 +01:00
parent 6f3e8270e0
commit 0d91276797

View file

@ -13,7 +13,7 @@ export ZSH="/home/lennartalff/.oh-my-zsh"
ZSH_THEME="" ZSH_THEME=""
COMPLETION_WAITING_DOTS="true" # COMPLETION_WAITING_DOTS="true"
plugins=(git zsh-autosuggestions ssh-agent jump) plugins=(git zsh-autosuggestions ssh-agent jump)
@ -31,7 +31,7 @@ fi
alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf" alias reboot-windows="systemctl reboot --boot-loader-entry=windows.conf"
alias reboot-linux="systemctl reboot --boot-loader-entry=arch.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-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' alias mount-lehre='kinit -kt "$HOME/keytabs/cta1233.keytab" cta1233@KERBEROS.TU-HARBURG.DE && mount /TUHH/Lehre'