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:
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 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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue