Fixed zshrc for actually doing the right thing
This commit is contained in:
parent
732c997ce1
commit
1d4b7497ad
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ antigen bundle command-not-found
|
|||
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||
antigen bundle zsh-users/zsh-completions
|
||||
antigen bundle asdf
|
||||
antigen bundle matthieusb/zsh-sdkman
|
||||
if [[ ! ($(uname) -eq "Darwin") ]]; then
|
||||
antigen bundle matthieusb/zsh-sdkman
|
||||
fi
|
||||
|
||||
antigen theme denysdovhan/spaceship-prompt
|
||||
# antigen theme romkatv/powerlevel10k powerlevel10k
|
||||
|
|
Loading…
Add table
Reference in a new issue