aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc1
-rwxr-xr-x.local/bin/wrappers/audacity2
2 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a32ee7c..bf3dfb3 100644
--- a/.bashrc
+++ b/.bashrc
@@ -81,7 +81,6 @@ alias chgrp='chgrp --preserve-root'
# general aliases
alias alsamixer='alsamixer --view all'
alias archey3="archey3 --config=~/.config/archey3.cfg"
-alias audacity='PULSE_LATENCY_MSEC=30 audacity'
alias colortest='msgcat --color=test'
alias dash='PS1="$ " dash'
alias diceware='diceware -d " "'
diff --git a/.local/bin/wrappers/audacity b/.local/bin/wrappers/audacity
new file mode 100755
index 0000000..fead7fd
--- /dev/null
+++ b/.local/bin/wrappers/audacity
@@ -0,0 +1,2 @@
+#!/bin/sh -eu
+tenacity "$@"