mirror of
https://github.com/aljazceru/omakub.git
synced 2025-12-18 13:04:21 +01:00
Provide help to migrate to mise
Can remove this after a while
This commit is contained in:
@@ -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)"
|
||||
source /usr/share/doc/fzf/examples/key-bindings.bash
|
||||
|
||||
Reference in New Issue
Block a user