From 965b3799b86de1bc79e1c4e3c27d0e383ae3372c Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 6 Jan 2019 18:20:40 -0500 Subject: [PATCH] Further cleanup, fixed stty too --- .local/dotfiles/environment/core.zsh | 3 --- .zshrc | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.local/dotfiles/environment/core.zsh b/.local/dotfiles/environment/core.zsh index c844f93..680c8da 100644 --- a/.local/dotfiles/environment/core.zsh +++ b/.local/dotfiles/environment/core.zsh @@ -3,6 +3,3 @@ export EDITOR=vim export VISUAL=vim export PAGER=less -# Disable Ctrl+S Scroll-Locking -stty -ixon - diff --git a/.zshrc b/.zshrc index d8f81f7..9f06736 100644 --- a/.zshrc +++ b/.zshrc @@ -34,3 +34,6 @@ do source "$f" done < <(find "${HOME}/.local/dotfiles/" -type f -name '*.zsh') +# Disable Ctrl+S Scroll-Locking +stty -ixon +