1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-19 08:45:36 +00:00

fix loading prompt

This commit is contained in:
Luna 2023-06-04 11:23:41 +02:00
parent 4bc389a854
commit 53ea70566c

2
.zshrc
View file

@ -5,7 +5,6 @@ iscmd() {
export TERM="xterm-256color" export TERM="xterm-256color"
export OTHER=$HOME/.zsh export OTHER=$HOME/.zsh
export ZSH=$HOME/.oh-my-zsh export ZSH=$HOME/.oh-my-zsh
source $ZSH/oh-my-zsh.sh
if iscmd starship; then if iscmd starship; then
source <(starship init zsh --print-full-init) source <(starship init zsh --print-full-init)
@ -17,6 +16,7 @@ else
fi fi
fi fi
source $ZSH/oh-my-zsh.sh
plugins=(git docker docker-compose virtualenv) plugins=(git docker docker-compose virtualenv)