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
|
#style: Bold Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 7.0
|
size: 10.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought
|
# 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
|
# 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"
|
DISABLE_UPDATE_PROMPT="true"
|
||||||
HIST_STAMPS="mm/dd/yyyy"
|
HIST_STAMPS="mm/dd/yyyy"
|
||||||
plugins=(
|
plugins=(
|
||||||
aws
|
|
||||||
autojump
|
autojump
|
||||||
|
aws
|
||||||
battery
|
battery
|
||||||
brew
|
brew
|
||||||
catimg
|
catimg
|
||||||
|
@ -66,10 +66,10 @@ plugins=(
|
||||||
helm
|
helm
|
||||||
kube-ps1
|
kube-ps1
|
||||||
kubectl
|
kubectl
|
||||||
|
macos
|
||||||
minikube
|
minikube
|
||||||
node
|
node
|
||||||
npm
|
npm
|
||||||
osx
|
|
||||||
pass
|
pass
|
||||||
pip
|
pip
|
||||||
pod
|
pod
|
||||||
|
|
Loading…
Reference in a new issue