mirror of
https://github.com/akelge/zsh
synced 2025-07-03 13:09:07 +00:00
remove zwc files, add gitfetch function
Also load modules for stat and time; Fix status typos
This commit is contained in:
@ -16,9 +16,9 @@ echo
|
||||
|
||||
if [ $HOMEBREW_PREFIX ]; then
|
||||
print -P "$FX[bold]Homebrew enabled: $FG[002]yes$FX[reset]"
|
||||
print -P "H$FX[bold]omebrew prefix: $FG[002]$HOMEBREW_PREFIX$FX[reset]"
|
||||
print -P "$FX[bold]Homebrew prefix: $FG[002]$HOMEBREW_PREFIX$FX[reset]"
|
||||
else
|
||||
print -P "H$FX[bold]omebrew enabled: $FG[001]no$FX[reset]"
|
||||
print -P "$FX[bold]Homebrew enabled: $FG[001]no$FX[reset]"
|
||||
fi
|
||||
|
||||
print -nP "\n$FX[bold]iTerm2 integration: "
|
||||
|
Reference in New Issue
Block a user