bashrc & zshrc: duplicate some aliases that would be useful if I...

...remembered them.
This commit is contained in:
Mika Suomalainen 2013-02-24 10:03:32 +02:00
parent 32b095a107
commit 81fd395637
2 changed files with 4 additions and 0 deletions

2
bashrc
View File

@ -264,6 +264,8 @@ alias nmap-osscan="sudo nmap -p 80,443 -O -v --osscan-guess --fuzzy "
# Downloads folder over SSH. Usage: rdownload <host>:<remotefolder> <local_destination> | TIP: use ~/ssh/config to configure hosts.
alias rdownload="rsync -h --progress -avz "
alias rscp='rsync -h --progress -avz '
alias rscpr='rsync -h --progress -azvv '
# TMUX specific
alias attach="tmux -u attach-session"

2
zshrc
View File

@ -204,6 +204,8 @@ alias nmap-osscan="sudo nmap -p 80,443 -O -v --osscan-guess --fuzzy "
# Downloads folder over SSH. Usage: rdownload <host>:<remotefolder> <local_destination> | TIP: use ~/ssh/config to configure hosts.
alias rdownload="rsync -h --progress -avz "
alias rscp='rsync -h --progress -avz '
alias rscpr='rsync -h --progress -azvv '
# TMUX specific
alias attach="tmux -u attach-session"