update .zshrc to use macos not osx
This commit is contained in:
parent
db7b2df76e
commit
c04932f238
2 changed files with 3 additions and 3 deletions
|
@ -150,7 +150,7 @@ font:
|
|||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 7.0
|
||||
size: 10.0
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
|
|
@ -45,8 +45,8 @@ UPDATE_ZSH_DAYS=7
|
|||
DISABLE_UPDATE_PROMPT="true"
|
||||
HIST_STAMPS="mm/dd/yyyy"
|
||||
plugins=(
|
||||
aws
|
||||
autojump
|
||||
aws
|
||||
battery
|
||||
brew
|
||||
catimg
|
||||
|
@ -66,10 +66,10 @@ plugins=(
|
|||
helm
|
||||
kube-ps1
|
||||
kubectl
|
||||
macos
|
||||
minikube
|
||||
node
|
||||
npm
|
||||
osx
|
||||
pass
|
||||
pip
|
||||
pod
|
||||
|
|
Loading…
Reference in a new issue