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:
parent
87cf0d8e81
commit
9665a3f087
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue