mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/aliases] add mosh-uberspace
This commit is contained in:
parent
a699d5e313
commit
62c97274b2
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ alias cmdlist='find $(echo $PATH | tr ":" "\n") | awk -F / "{print \$NF}" | sort
|
||||||
alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
alias makepasswd='makepasswd --minchars=10 --maxchars=25 --count=10'
|
||||||
alias ssh-keygen-save="ssh-keygen -o -a 64 -t ed25519"
|
alias ssh-keygen-save="ssh-keygen -o -a 64 -t ed25519"
|
||||||
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
alias shuttle='sshuttle --dns -r uberspace 0/0'
|
||||||
|
alias mosh-uberspace="mosh uberspace -p 40201"
|
||||||
|
|
||||||
alias backup='vdirsyncer sync && sudo borgmatic --prune --stats && sudo borgmatic --create --progress --stats && echo $(date +"%Y%m%d") > ~/.borgbackup.log'
|
alias backup='vdirsyncer sync && sudo borgmatic --prune --stats && sudo borgmatic --create --progress --stats && echo $(date +"%Y%m%d") > ~/.borgbackup.log'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue