]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/motd.zsh
Merge branch 'master' of rmz.io:dotfiles
[dotfiles.git] / zsh / lib / motd.zsh
1 autoload colors; colors;
2
3 msg()
4 {
5 print "$fg_bold[white]$1$reset_color\n$2\n"
6 }
7
8 msg "gc --{fixup,squash} :/commitmsg " "auto constructs a '{fixup,squash}!' commit message for the last commit matching 'commitmsg'"
9 msg "git rebase --autosquash " "{fixup,squash} commits starting with {fixup,squash}!, must be --interactive"