WIP: Switch to NixOS #5
1 changed files with 3 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue