darwin compatibility logic & darwin mcp
This commit is contained in:
@@ -111,9 +111,11 @@ in
|
||||
fi
|
||||
''
|
||||
''
|
||||
if command -v fzf-share >/dev/null; then
|
||||
source "$(fzf-share)/key-bindings.bash"
|
||||
source "$(fzf-share)/completion.bash"
|
||||
if [ -f "${pkgs.fzf}/share/fzf/key-bindings.zsh" ]; then
|
||||
source "${pkgs.fzf}/share/fzf/key-bindings.zsh"
|
||||
fi
|
||||
if [ -f "${pkgs.fzf}/share/fzf/completion.zsh" ]; then
|
||||
source "${pkgs.fzf}/share/fzf/completion.zsh"
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user