aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-18 05:04:56 -0400
committertdro <tdro@users.noreply.github.com>2020-05-18 05:04:56 -0400
commite59d962613abd44c1e8c926f0e8a21617aa9520c (patch)
tree45d19f55b4c39b848c70921e7f146547d918355f /.bashrc
parentad4219e3ad91d936866f4cdef203ab5512d3e002 (diff)
downloaddotfiles-e59d962613abd44c1e8c926f0e8a21617aa9520c.tar.gz
dotfiles-e59d962613abd44c1e8c926f0e8a21617aa9520c.tar.bz2
dotfiles-e59d962613abd44c1e8c926f0e8a21617aa9520c.zip
.bashrc: Add tidy alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
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")"; }