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'