From 35bbc55025bf93d804abbceafe3ff0a19792cc02 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 6 Mar 2020 19:36:11 -0800 Subject: [PATCH] brew: gnu-units --- brew/formulae | 1 + zsh/darwin.zshrc | 2 ++ 2 files changed, 3 insertions(+) diff --git a/brew/formulae b/brew/formulae index 68e7399..2bd31c5 100644 --- a/brew/formulae +++ b/brew/formulae @@ -7,6 +7,7 @@ ffmpeg fzf git github/gh/gh +gnu-units gnupg htop jq diff --git a/zsh/darwin.zshrc b/zsh/darwin.zshrc index 42a46f8..b87f13f 100644 --- a/zsh/darwin.zshrc +++ b/zsh/darwin.zshrc @@ -2,3 +2,5 @@ alias ls='ls -G' export LSCOLORS='Exgxbxdxcxegedabagacad' + +alias units='gunits --verbose'