mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 21:14:21 +01:00
10 lines
286 B
Plaintext
10 lines
286 B
Plaintext
if command -v mise &> /dev/null; then
|
|
eval "$(mise activate bash)"
|
|
else
|
|
gum confirm "You're missing mise (replacement for rbenv + nodenv). Install now?" && \
|
|
source $OMAKUB_PATH/install/mise.sh
|
|
fi
|
|
|
|
eval "$(zoxide init bash)"
|
|
source /usr/share/doc/fzf/examples/key-bindings.bash
|