Skip to content

Commit 227ea96

Browse files
committed
✨ Add an eshell alias for upgrading homebrew stuff
I need to do this better really. At the moment it assumes I'm on macOS, and needing to update stuff via homebrew. While it's increasingly rare, I do still work on GNU/Linux at times. When I get a moment I should improve this so it's more akin to what I do in fish: https://github.com/davep/fish/blob/master/conf.d/abbr.d/updates.fish
1 parent 3603e28 commit 227ea96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eshell/alias

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ alias c clear t
33
alias d ls
44
alias v ls -l
55
alias e find-file $1
6+
alias upall brew update; brew upgrade; brew cleanup

0 commit comments

Comments
 (0)