Introduce alias for easily dropping files from the terminal onto a Dropshelf

This commit is contained in:
Danielle McLean 2019-11-18 11:31:12 +11:00
parent 6e30e8f8f7
commit 11d5b1f31a
Signed by: 00dani
GPG key ID: FF6F9216852288FF

View file

@ -0,0 +1,2 @@
#! zsh
alias drop='open -a Dropshelf'