diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 270f737..1d13df8 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -10,7 +10,9 @@ if status is-interactive zoxide init fish | source # ── direnv ────────────────────────────────────────────── - direnv hook fish | source + if type -q direnv + direnv hook fish | source + end # ── fzf ───────────────────────────────────────────────── # fzf.fish plugin handles Ctrl+R (history) and Ctrl+F (files)