david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 22.09.2013 21:37

This commit is contained in:
david 2013-09-22 21:37:35 +02:00
parent 065f0f60b1
commit e1972fcc27
1 changed files with 6 additions and 5 deletions

View File

@ -16,13 +16,14 @@ alias lela="ssh -l david localhost -p 2224"
alias torias="ssh -l david localhost -p 2225"
alias push="git push origin master"
alias pull="git pull origin master"
alias wiki="gollum --collapse-tree --user-icons gravatar --h1-title --no-live-preview --port 8000 --show-all"
alias vsphere='rdesktop -g 1360x768 -s "c:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe" tserv.aec.at -u david -d aec.at -p - -k de -a 16'
alias vsphere2='rdesktop -g 1360x768 -s "c:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe" tserv.aec.at -u hubertus -d aec.at -p - -k de -a 16'
alias wiki="gollum --collapse-tree --user-icons gravatar --h1-title --no-live-preview --port 8000 --show-all /home/david/SparkleShare/wiki"
# Functions
pingscan()
{
nmap -sP $@ | grep "Nmap"
}
vncconnect()
{
if [ -z $1 ]; then