Further cleanup, fixed stty too

This commit is contained in:
Eric Renfro 2019-01-06 18:20:40 -05:00
parent 7793b84611
commit 965b3799b8
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,3 @@ export EDITOR=vim
export VISUAL=vim
export PAGER=less
# Disable Ctrl+S Scroll-Locking
stty -ixon

3
.zshrc
View File

@ -34,3 +34,6 @@ do
source "$f"
done < <(find "${HOME}/.local/dotfiles/" -type f -name '*.zsh')
# Disable Ctrl+S Scroll-Locking
stty -ixon