Created
July 29, 2024 16:42
-
-
Save iloveitaly/504ca372761b749d4bb6a031525c4965 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make sure you execute this *after* asdf or other version managers are loaded | |
if (( $+commands[mcfly-fzf] )) && (( $+commands[fzf] )) && (( $+commands[mcfly] )); then | |
eval "$(mcfly init zsh)" | |
eval "$(mcfly-fzf init zsh)" | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment