Files
omakub/defaults/bash/init
David Heinemeier Hansson b7530cff42 Provide help to migrate to mise
Can remove this after a while
2024-06-07 21:40:42 +02:00

9 lines
230 B
Plaintext

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)"
source /usr/share/doc/fzf/examples/key-bindings.bash