aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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")"; }