2026-02-04
This commit is contained in:
+6
-2
@@ -1,4 +1,8 @@
|
||||
autoload -U +X bashcompinit && bashcompinit
|
||||
autoload -U +X compinit && compinit
|
||||
|
||||
eval "$(oh-my-posh init zsh --config ~/dotfiles/misc_config/ohmyposh.json)"
|
||||
eval "$(wut init)"
|
||||
|
||||
source $(brew --prefix nvm)/nvm.sh
|
||||
source <(fzf --zsh)
|
||||
@@ -9,9 +13,9 @@ for conf in "$HOME/dotfiles/zsh_config/"*.zsh; do
|
||||
done
|
||||
unset conf
|
||||
|
||||
eval $(thefuck --alias)
|
||||
# eval "$(wut init)"
|
||||
eval "$(thefuck --alias)"
|
||||
eval "$(zoxide init zsh)"
|
||||
# eval "$(starship init zsh)"
|
||||
eval "$(atuin init zsh)"
|
||||
|
||||
# bun completions
|
||||
|
||||
Reference in New Issue
Block a user