mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
Protect against missing/uninstalled tools
This commit is contained in:
@@ -2,5 +2,10 @@ if command -v mise &> /dev/null; then
|
|||||||
eval "$(mise activate bash)"
|
eval "$(mise activate bash)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if command -v zoxide &> /dev/null; then
|
||||||
eval "$(zoxide init bash)"
|
eval "$(zoxide init bash)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if command -v fzf &> /dev/null; then
|
||||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user