Skip to content
Snippets Groups Projects
Commit a8d713a5 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: add alias for resumable remote copying (via...

parent e4ead3c3
No related branches found
No related tags found
No related merge requests found
...@@ -22,3 +22,4 @@ alias wget='wget -c' # continue downloads in case of problems ...@@ -22,3 +22,4 @@ alias wget='wget -c' # continue downloads in case of problems
alias disapprove='echo ಠ_ಠ' alias disapprove='echo ಠ_ಠ'
alias ports='netstat -tulanp' alias ports='netstat -tulanp'
alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)' alias t='(tmux has-session 2>/dev/null && tmux attach) || (tmux new-session)'
alias rscp='rsync -P -rsh=ssh'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment