From 98d27e085cfd9c7d075d955900a60c7ebb1046ae Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Sun, 29 Mar 2020 14:45:54 -0700 Subject: [PATCH] fixup! fixup! fixup! Add POSIX shell support --- src/subcommand/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subcommand/init.rs b/src/subcommand/init.rs index 0e662bf..49a6c0c 100644 --- a/src/subcommand/init.rs +++ b/src/subcommand/init.rs @@ -243,7 +243,7 @@ end const POSIX_HOOK_PROMPT: &str = r#" _zoxide_hook() { - zoxide add + zoxide add > /dev/null } case "$PS1" in