1
0
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:
2021-12-16 08:54:17 +01:00
parent f89f77715c
commit ca8a24d28e
8 changed files with 26 additions and 2 deletions

View File

@ -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: "