mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bashrc & zshrc: duplicate some aliases that would be useful if I...
...remembered them.
This commit is contained in:
parent
32b095a107
commit
81fd395637
2
bashrc
2
bashrc
@ -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.
|
# Downloads folder over SSH. Usage: rdownload <host>:<remotefolder> <local_destination> | TIP: use ~/ssh/config to configure hosts.
|
||||||
alias rdownload="rsync -h --progress -avz "
|
alias rdownload="rsync -h --progress -avz "
|
||||||
|
alias rscp='rsync -h --progress -avz '
|
||||||
|
alias rscpr='rsync -h --progress -azvv '
|
||||||
|
|
||||||
# TMUX specific
|
# TMUX specific
|
||||||
alias attach="tmux -u attach-session"
|
alias attach="tmux -u attach-session"
|
||||||
|
2
zshrc
2
zshrc
@ -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.
|
# Downloads folder over SSH. Usage: rdownload <host>:<remotefolder> <local_destination> | TIP: use ~/ssh/config to configure hosts.
|
||||||
alias rdownload="rsync -h --progress -avz "
|
alias rdownload="rsync -h --progress -avz "
|
||||||
|
alias rscp='rsync -h --progress -avz '
|
||||||
|
alias rscpr='rsync -h --progress -azvv '
|
||||||
|
|
||||||
# TMUX specific
|
# TMUX specific
|
||||||
alias attach="tmux -u attach-session"
|
alias attach="tmux -u attach-session"
|
||||||
|
Loading…
Reference in New Issue
Block a user