OSX changes
This commit is contained in:
6
zshrc
6
zshrc
@@ -7,8 +7,12 @@ source ~/.antigen.zsh
|
|||||||
antigen bundle agkozak/zsh-z
|
antigen bundle agkozak/zsh-z
|
||||||
antigen theme romkatv/powerlevel10k
|
antigen theme romkatv/powerlevel10k
|
||||||
antigen bundle "MichaelAquilina/zsh-you-should-use"
|
antigen bundle "MichaelAquilina/zsh-you-should-use"
|
||||||
antigen bundle brew
|
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
|
|
||||||
|
# Shit for OSX
|
||||||
|
if [ "$(uname)" != "Darwin" ]; then
|
||||||
|
antigen bundle brew
|
||||||
|
fi
|
||||||
antigen apply
|
antigen apply
|
||||||
autoload -U compinit && compinit
|
autoload -U compinit && compinit
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
|||||||
Reference in New Issue
Block a user