updated submodules, sshconnect function and theme

This commit is contained in:
Nikolas Weger 2016-04-28 13:20:24 +02:00
parent 53e7761437
commit 8f806ac2dd
4 changed files with 6 additions and 5 deletions

View file

@ -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

View file

@ -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"