]>
git.rmz.io Git - dotfiles.git/blob - zsh/lib/motd.zsh
8821c16723270f8ef87ae018c936325759aea9a5
1 autoload colors
; colors
;
5 print
"$fg_bold[white]$1$reset_color $2"
10 print
"$fg_bold[white]$1$reset_color\n$2\n"
13 # 44 seems to be the number of color escape characters used by grep
14 todo
| cut
-c-$((COLUMNS + 44))