updated submodules, sshconnect function and theme
This commit is contained in:
parent
53e7761437
commit
8f806ac2dd
4 changed files with 6 additions and 5 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 3e81c156e7bb42b916138bf7990009a1ad78b517
|
Subproject commit 17743e1e174830693026d3adbba265922440f48c
|
2
lib/fzf
2
lib/fzf
|
@ -1 +1 @@
|
||||||
Subproject commit 35a9aff8e1caaaa18bce82e93a54b12e73c897c2
|
Subproject commit 0231617857f812abfae5f68e2b8c7e9ce7053d59
|
|
@ -30,8 +30,9 @@ sslcreate() {
|
||||||
if [ $(uname -n) = "sayaka" -o $(uname -n) = "kimari" ]; then
|
if [ $(uname -n) = "sayaka" -o $(uname -n) = "kimari" ]; then
|
||||||
# SSH Connect
|
# SSH Connect
|
||||||
sshconnect() {
|
sshconnect() {
|
||||||
[ $1 = "web" ] && ssh megumi.eeleater.org
|
[ $1 = "web" ] && ssh megumi.eeleater.org
|
||||||
[ $1 = "mail" ] && ssh mail.eeleater.org
|
[ $1 = "git" ] && ssh git.eeleater.org
|
||||||
|
[ $1 = "mail" ] && ssh eeleater.com
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
export ZSH=${HOME}/dotfiles/lib/ohmyzsh
|
export ZSH=${HOME}/dotfiles/lib/ohmyzsh
|
||||||
|
|
||||||
# Oh My ZSH Theme
|
# Oh My ZSH Theme
|
||||||
ZSH_THEME="pygmalion"
|
ZSH_THEME="mortalscumbag"
|
||||||
|
|
||||||
# Disable Auto Update of Oh My ZSH
|
# Disable Auto Update of Oh My ZSH
|
||||||
DISABLE_AUTO_UPDATE="true"
|
DISABLE_AUTO_UPDATE="true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue