mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-22 10:04:34 +01:00
bash_aliases: added tmux specific aliases, attach and detach.
Attach attaches you to tmux sesion and detach detaches you from tmux session.
This commit is contained in:
parent
2085c7053e
commit
de3de3068b
@ -66,3 +66,7 @@ alias proxyc="proxychains "
|
|||||||
|
|
||||||
# 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 -avz "
|
alias rdownload="rsync -avz "
|
||||||
|
|
||||||
|
# TMUX specific
|
||||||
|
alias attach="tmux attach"
|
||||||
|
alias detach="tmux detach"
|
||||||
|
Loading…
Reference in New Issue
Block a user