diff options
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index 8b94cfe..8978de7 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -21,11 +21,11 @@ try_source $XDG_CONFIG_HOME/zsh/comp.zsh try_source $XDG_CONFIG_HOME/shell/functions.sh try_source $XDG_CONFIG_HOME/shell/aliases.sh try_source $XDG_CONFIG_HOME/zsh/widgets.zsh -# try_source $XDG_CONFIG_HOME/zsh/prompt.zsh +try_source $XDG_CONFIG_HOME/zsh/prompt.zsh # try_source $XDG_CONFIG_HOME/zsh/plugins.zsh ### Programs -eval "$(starship init zsh)" +# eval "$(starship init zsh)" eval "$(zoxide init zsh)" ### Plugins |