From 53ea70566cc860a8073ee008697495189af8a39b Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Sun, 4 Jun 2023 11:23:41 +0200 Subject: [PATCH] fix loading prompt --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 8adb7af..51c98a3 100644 --- a/.zshrc +++ b/.zshrc @@ -5,7 +5,6 @@ iscmd() { export TERM="xterm-256color" export OTHER=$HOME/.zsh export ZSH=$HOME/.oh-my-zsh -source $ZSH/oh-my-zsh.sh if iscmd starship; then source <(starship init zsh --print-full-init) @@ -17,6 +16,7 @@ else fi fi +source $ZSH/oh-my-zsh.sh plugins=(git docker docker-compose virtualenv)