summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/zsh/zshrc.darwin4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/zsh/zshrc.darwin b/user/zsh/zshrc.darwin
index c8f17a43..320b8267 100644
--- a/user/zsh/zshrc.darwin
+++ b/user/zsh/zshrc.darwin
@@ -27,3 +27,7 @@ mosh() {
 	set_title
 	return $retval
 }
+finder() {
+	open -a Finder "${1:-.}"
+}
+compdef '_path_files -/' finder