From 168f4bb0c81c19ef694220cecdf04190378b2208 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 28 Mar 2021 02:54:07 -0400 Subject: .bashrc: Add units alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 465a69e..48657fd 100644 --- a/.bashrc +++ b/.bashrc @@ -100,6 +100,7 @@ alias rofi='rofi -cache-dir $XDG_DATA_HOME' alias sh='dash' alias tidy='tidy -config $HOME/.config/tidy.conf' alias wget='wget --hsts-file $HOME/.cache/wget.history' +alias units='units --history "$XDG_CACHE_HOME"/units_history' # nix helpers nix-which() { readlink "$(type -P "$1")"; } -- cgit v1.2.3