diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/key-bindings.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/key-bindings.fish b/shell/key-bindings.fish index 523203b5..11686b1a 100644 --- a/shell/key-bindings.fish +++ b/shell/key-bindings.fish @@ -104,7 +104,7 @@ function fzf_key_bindings eval (__fzfcmd)' +m --query "'$fzf_query'"' | read -l result if [ -n "$result" ] - builtin cd -- $result + cd -- $result # Remove last token from commandline. commandline -t "" |
