all repos — nixfiles @ e727b529dc820a65045fec7ac32054ce3f89dc32

System and user configuration, managed by nix and home-manager

zsh: add `finder` function to open Finder
Alan Pearce alan@alanpearce.eu
Tue, 04 Apr 2023 08:20:51 +0200
commit

e727b529dc820a65045fec7ac32054ce3f89dc32

parent

66ffb68afef42bb46a2dd75e4ba466a1ac43497e

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M user/zsh/zshrc.darwinuser/zsh/zshrc.darwin
@@ -27,3 +27,7 @@ retval=$? 	set_title
 	return $retval
 }
+finder() {
+	open -a Finder "${1:-.}"
+}
+compdef '_path_files -/' finder