summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-10-16 09:36:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-10-16 09:36:53 -0700
commit4216473379a164bcbe26592fd074bda8fb774f1b (patch)
tree6a6e63ae6df495ae41519cdf910bfda3a3879284 /.bashrc
parent7627663f951e8f3cbb4ccfd9600d45f32d59fc36 (diff)
downloaddotfiles-4216473379a164bcbe26592fd074bda8fb774f1b.tar.gz
whitenoise alias: set terminal title
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index c362455d..8a878728 100644
--- a/.bashrc
+++ b/.bashrc
@@ -49,7 +49,8 @@ alias d="emacsclient -c -n -e '(dired \".\")'"
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="cvlc --quiet --loop ~/lib/annex/doc/sounds/R*.ogg"
+alias whitenoise="echo -en \"\033]0;whitenoise\a\";\
+ cvlc --quiet --loop ~/lib/annex/doc/sounds/R*.ogg"
alias host-suite-build-deps='mk-build-deps -ir -s sudo -t \
"apt-get --no-install-recommends"'