commit 700e6ddd4a3b37fc481f9d65e577099c96af4b55
parent ea8ef3866b8fa2f532ff5c0aeb78167398c21028
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Tue, 20 Mar 2018 01:14:01 +0100
Brewmaster command now uses less instead of opening atom/sublime every time
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.commonprofile b/.commonprofile
@@ -44,7 +44,7 @@ notify() {
brewmaster() {
brew update;
brew update;
- brew outdated | atom;
+ brew outdated | less;
brew upgrade;
brew cleanup -s;
brew cask cleanup;