mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-17 12:34:21 +01:00
10 lines
365 B
Plaintext
10 lines
365 B
Plaintext
if command -v mise &> /dev/null; then
|
|
eval "$(mise activate bash)"
|
|
else
|
|
echo "You're missing mise (replacement for rbenv + nodenv). Run 'omakub install', then select mise.sh"
|
|
echo "Then run 'mise use --global node@lts' and 'mise use --global ruby' to bring back node + ruby"
|
|
fi
|
|
|
|
eval "$(zoxide init bash)"
|
|
source /usr/share/doc/fzf/examples/key-bindings.bash
|