summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-28 12:34:54 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-28 17:39:25 -0700
commitb6ef1c9c22eaa29ca38c473655b0ca4d7eaa58ae (patch)
treec9277372a39e94c36943d4ad5dbb300ac7c1b4f0 /.bashrc
parent34c27402ea2599f2d4e917e1d0b2cf55356c7873 (diff)
downloaddotfiles-b6ef1c9c22eaa29ca38c473655b0ca4d7eaa58ae.tar.gz
fix alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 414a5ab2..2e34cf1f 100644
--- a/.bashrc
+++ b/.bashrc
@@ -52,7 +52,7 @@ alias ta="tmux new-session -A -s default"
alias rax="screen -URaAx"
alias new-login-shell="exec su -l $USER" # get new UNIX group without relog
alias whitenoise="echo -en \"\033]0;whitenoise\a\";\
- cvlc --quiet --loop ~/lib/annex/doc/sounds/R*.ogg"
+ cvlc --quiet --loop ~/annex/media/sounds/R*.ogg"
# useful to check whether a rebase introduced any changes to files
alias rld="git diff @{1}..@{0}"
alias athvpn="sshuttle -r athena 0/0 --dns"