diff --git a/i3/.xinitrc b/i3/.xinitrc index c3e6a8e..add8288 100644 --- a/i3/.xinitrc +++ b/i3/.xinitrc @@ -1,3 +1,2 @@ -export QT_QPA_PLATFORMTHEME="qt5ct" exec i3 diff --git a/zsh/.zshrc b/zsh/.zshrc index b27a84f..1b50348 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -26,3 +26,5 @@ export LESS_TERMCAP_se=$'\E[0m' # reset reverse video export LESS_TERMCAP_us=$'\E[1;32m' # begin underline export LESS_TERMCAP_ue=$'\E[0m' # reset underline +alias ssh='TERM=xterm ssh' +