From 01ab8d90f1cf9af753d438a95fe19cdc0717bc0a Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Mon, 11 Nov 2024 21:43:10 +0100 Subject: bash fixes --- bash/10-alias.bash | 2 +- bash/10-spotify.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') 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" -- cgit v1.2.3