From 9665a3f087d11713d01c3998c3d3028ed4a317d1 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:27:25 -0500 Subject: [PATCH] Remove screen-edge workaround --- executable_dot_zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/executable_dot_zshrc b/executable_dot_zshrc index 045cedb..52931d0 100644 --- a/executable_dot_zshrc +++ b/executable_dot_zshrc @@ -104,13 +104,6 @@ if [[ $(command -v most) ]]; then export PAGER=most fi -# Fix screen wrapping if on a local terminal -# (Will cause problems if set twice, i.e. in -# both local and remote sessions) -if [ ! -n "$SSH_CONNECTION" ]; then - ZLE_RPROMPT_INDENT=0 -fi - alias zshconfig="$EDITOR ~/.zshrc" source $HOME/.aliases