aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/10-alias.bash2
-rw-r--r--bash/10-spotify.bash2
2 files changed, 2 insertions, 2 deletions
diff --git a/bash/10-alias.bash b/bash/10-alias.bash
index 8432faa..9ae9d30 100644
--- a/bash/10-alias.bash
+++ b/bash/10-alias.bash
@@ -16,7 +16,7 @@ if which nvim > /dev/null 2>&1 && [ ! "$FORCE_VANILLA_VIM" = "yes" ] ; then
alias vim="nvim"
fi
-# Termite compat
+# TMUX compat
alias ssh="TERM=xterm-256color ssh"
alias gradle="./gradlew"
diff --git a/bash/10-spotify.bash b/bash/10-spotify.bash
index 1593727..61e4b5f 100644
--- a/bash/10-spotify.bash
+++ b/bash/10-spotify.bash
@@ -1,3 +1,3 @@
#!/bin/bash
-[ -n "$SPOTIFY_SINK" ] && alias spotify="PULSE_SINK=$SPOTIFY_SINK spotify"
+#[ -n "$SPOTIFY_SINK" ] && alias spotify="PULSE_SINK=$SPOTIFY_SINK spotify"