Compare commits

...

2 Commits

Author SHA1 Message Date
d5d5c11767 Merge pull request 'fzf Integraton' (#18) from fzf-integration into main
Reviewed-on: #18
2024-08-04 20:20:33 +00:00
29d3909d0a fzf Integraton
Added in the fzf integrations to .zshrc. If not wanted you can
comment out the line adding in the integrations.
2024-08-04 16:18:30 -04:00

View File

@@ -13,6 +13,10 @@ alias cat="bat"
############### 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
# (because rust that's why)
eval "$(starship init zsh)"