update
This commit is contained in:
parent
6f3e8270e0
commit
0d91276797
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue