fixup! fixup! fixup! Add POSIX shell support
This commit is contained in:
parent
a7f3c6040c
commit
98d27e085c
|
|
@ -243,7 +243,7 @@ end
|
||||||
|
|
||||||
const POSIX_HOOK_PROMPT: &str = r#"
|
const POSIX_HOOK_PROMPT: &str = r#"
|
||||||
_zoxide_hook() {
|
_zoxide_hook() {
|
||||||
zoxide add
|
zoxide add > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
case "$PS1" in
|
case "$PS1" in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue