diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-18 16:20:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-18 16:20:32 -0300 |
commit | 26d3670a594b956b28e4d9013ec176da121e4778 (patch) | |
tree | aaca6948a5e3980a5f090e377e90f536e69bf74a | |
parent | ca1026b8f7fe49349fe00e71a530670ead5b61b8 (diff) | |
download | profile-26d3670a594b956b28e4d9013ec176da121e4778.tar.gz profile-26d3670a594b956b28e4d9013ec176da121e4778.tar.bz2 |
Feat: aliases: kobo
-rw-r--r-- | aliases.dot.link | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aliases.dot.link b/aliases.dot.link index c6f7b6c..420e32b 100644 --- a/aliases.dot.link +++ b/aliases.dot.link @@ -27,6 +27,7 @@ alias showip="curl showip.net 2> /dev/null | cut -f 1 | nslookup" alias dict="surfraw wiktionary" alias ssh-unsafe="ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" alias tails="kvm -m 2048 -cdrom ~/data/distros/tails/tails-amd64-latest.iso" +alias kobo="lftp sftp://kobo/mnt/sd" alias metar="weather" alias cdcd="cd .. && cd -" |