1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-22 05:29:54 +00:00

Remove screen-edge workaround

This commit is contained in:
Thomas A. Christensen II 2021-08-24 20:27:25 -05:00
parent 87cf0d8e81
commit 9665a3f087

View file

@ -104,13 +104,6 @@ if [[ $(command -v most) ]]; then
export PAGER=most export PAGER=most
fi 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" alias zshconfig="$EDITOR ~/.zshrc"
source $HOME/.aliases source $HOME/.aliases