diff options
-rw-r--r-- | bash/10-alias.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/10-alias.bash b/bash/10-alias.bash index 723755e..8432faa 100644 --- a/bash/10-alias.bash +++ b/bash/10-alias.bash @@ -17,7 +17,7 @@ if which nvim > /dev/null 2>&1 && [ ! "$FORCE_VANILLA_VIM" = "yes" ] ; then fi # Termite compat -alias ssh="TERM=xterm-color ssh" +alias ssh="TERM=xterm-256color ssh" alias gradle="./gradlew" |