From 11d5b1f31a387908d676764b7d41853a9dfaf298 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 18 Nov 2019 11:31:12 +1100 Subject: [PATCH] Introduce alias for easily dropping files from the terminal onto a Dropshelf --- config/zsh/interactive/mac-aliases | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config/zsh/interactive/mac-aliases diff --git a/config/zsh/interactive/mac-aliases b/config/zsh/interactive/mac-aliases new file mode 100644 index 0000000..9cbf64a --- /dev/null +++ b/config/zsh/interactive/mac-aliases @@ -0,0 +1,2 @@ +#! zsh +alias drop='open -a Dropshelf'