david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 26.09.2014 13:07

This commit is contained in:
david 2014-09-26 13:07:03 +02:00
parent 10defc4753
commit 26eb7d1c54
1 changed files with 1 additions and 2 deletions

View File

@ -14,6 +14,7 @@ alias push="git push origin master"
alias pull="git pull origin master"
alias dev="ssh -l david 10.9.0.43"
alias t="todo.sh"
alias vsphere='rdesktop -u david -d aec.at -p - -g 1366x768 -s "c:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe -i yes -s jupiter.aec.at -u david" tserv.aec.at'
# Functions
pingscan()
@ -46,8 +47,6 @@ rdp()
rdesktop -u $username -p - -d $domain -g 1366x768 $server -k de
#rdesktop -K -u $username -p - -d $domain -g workarea $server -k de
}
pullmyzsh()