aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-28 02:54:07 -0400
committertdro <tdro@users.noreply.github.com>2021-03-28 02:54:07 -0400
commit168f4bb0c81c19ef694220cecdf04190378b2208 (patch)
tree3cb3fd442dcda3d1133bb4ac077d2995143314db
parent71aaacf36900ddb6fecfc436bb3061c65a2fa00a (diff)
downloaddotfiles-168f4bb0c81c19ef694220cecdf04190378b2208.tar.gz
dotfiles-168f4bb0c81c19ef694220cecdf04190378b2208.tar.bz2
dotfiles-168f4bb0c81c19ef694220cecdf04190378b2208.zip
.bashrc: Add units alias
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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")"; }