From c9b7a982074ba4218d8aa7c03e9ea7681a234153 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Sun, 12 Jul 2020 18:01:24 +0200 Subject: [PATCH] zshrc: update TERM variable, terraform configuration --- zshrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zshrc b/zshrc index b791684..a06c1ca 100644 --- a/zshrc +++ b/zshrc @@ -126,8 +126,15 @@ alias gnri="grep -nRi -I --color" # Postgres default user: export PGUSER=postgres +# Force TERM variable, this avoids issues with TERM=alacritty in SSH sessions: +TERM=xterm-256color + # On boot, power on bluetooth and start xfce if [ $(tty) = "/dev/tty1" ]; then bluetoothctl power on startx fi + +# Automatically added by terraform (vim bundle?): +autoload -U +X bashcompinit && bashcompinit +complete -o nospace -C /home/rob/bin/terraform terraform