Provide help to migrate to mise

Can remove this after a while
This commit is contained in:
David Heinemeier Hansson
2024-06-07 21:40:42 +02:00
parent ea7fa157ff
commit b7530cff42

View File

@@ -1,3 +1,8 @@
eval "$(mise activate bash)" if command -v mise &> /dev/null; then
eval "$(mise activate bash)"
else
echo "You're missing mise. Run 'omakub install', then select mise.sh"
fi
eval "$(zoxide init bash)" eval "$(zoxide init bash)"
source /usr/share/doc/fzf/examples/key-bindings.bash source /usr/share/doc/fzf/examples/key-bindings.bash