From e59d962613abd44c1e8c926f0e8a21617aa9520c Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 18 May 2020 05:04:56 -0400 Subject: .bashrc: Add tidy alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 8b2c47e..eda6be0 100644 --- a/.bashrc +++ b/.bashrc @@ -96,6 +96,7 @@ alias lxc-attach='lxc-attach --clear-env -n' alias lxc-ls='lxc-ls -f' alias audacity='PULSE_LATENCY_MSEC=30 audacity' alias go='GOPATH=$(pwd)/go go' +alias tidy='tidy -config $HOME/.config/tidy.conf' # nix helpers nix-which() { readlink "$(type -P "$1")"; } -- cgit v1.2.3