diff --git a/lib/completions b/lib/completions index 3e81c15..17743e1 160000 --- a/lib/completions +++ b/lib/completions @@ -1 +1 @@ -Subproject commit 3e81c156e7bb42b916138bf7990009a1ad78b517 +Subproject commit 17743e1e174830693026d3adbba265922440f48c diff --git a/lib/fzf b/lib/fzf index 35a9aff..0231617 160000 --- a/lib/fzf +++ b/lib/fzf @@ -1 +1 @@ -Subproject commit 35a9aff8e1caaaa18bce82e93a54b12e73c897c2 +Subproject commit 0231617857f812abfae5f68e2b8c7e9ce7053d59 diff --git a/zsh/aliases.d/own.zsh b/zsh/aliases.d/own.zsh index 5809b30..65d7028 100644 --- a/zsh/aliases.d/own.zsh +++ b/zsh/aliases.d/own.zsh @@ -30,8 +30,9 @@ sslcreate() { if [ $(uname -n) = "sayaka" -o $(uname -n) = "kimari" ]; then # SSH Connect sshconnect() { - [ $1 = "web" ] && ssh megumi.eeleater.org - [ $1 = "mail" ] && ssh mail.eeleater.org + [ $1 = "web" ] && ssh megumi.eeleater.org + [ $1 = "git" ] && ssh git.eeleater.org + [ $1 = "mail" ] && ssh eeleater.com } fi diff --git a/zsh/zshrc b/zsh/zshrc index 056c97a..92aebda 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -2,7 +2,7 @@ export ZSH=${HOME}/dotfiles/lib/ohmyzsh # Oh My ZSH Theme -ZSH_THEME="pygmalion" +ZSH_THEME="mortalscumbag" # Disable Auto Update of Oh My ZSH DISABLE_AUTO_UPDATE="true"