mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 00:16:49 +00:00
fix loading prompt
This commit is contained in:
parent
4bc389a854
commit
53ea70566c
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue