Added archiso download alias

This commit is contained in:
Marko Korhonen 2020-03-03 16:54:32 +02:00
parent 0d0c0e876d
commit d57da904e2

View file

@ -143,6 +143,9 @@ alias ls='ls_extended'
# default icon for notify-send
alias notify-send='notify-send --icon=alarm'
# download archiso
alias archiso='curl "http://mirror.rackspace.com/archlinux/iso/$(date +%Y.%m).01/archlinux-$(date +%Y.%m).01-x86_64.iso"'
# encrypted tar's with zstd compression
cgpgtar() { tar cf - --zstd $1 | gpg -e -z 0 > $1.tar.zst.gpg }