dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit e2a9ad5fc1f053dfaae11b5296f406c532cf9694
parent 7b6610ea92147e41188dc446841a2a450d53048d
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 28 Apr 2018 01:41:15 +0200

Just some formatting stuff on brewmaster

Diffstat:
M.commonprofile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.commonprofile b/.commonprofile @@ -54,6 +54,7 @@ notify() { brewmaster() { brew update; brew update; + echo "\nTo update:\n" brew outdated; brew cask outdated; notify "Finished reading updates" "Click to view outdated packages."