fzf Integraton #18

Merged
wesley merged 1 commits from fzf-integration into main 2024-08-04 16:20:34 -04:00
Showing only changes of commit 29d3909d0a - Show all commits

View File

@@ -13,6 +13,10 @@ alias cat="bat"
############### END ALIASES ############### ############### END ALIASES ###############
# Add in our fzf integrations for zsh
# Comment if you don't want the fzf integration
source <(fzf --zsh)
# Finally we want to use starship for our prompt # Finally we want to use starship for our prompt
# (because rust that's why) # (because rust that's why)
eval "$(starship init zsh)" eval "$(starship init zsh)"