Further cleanup, fixed stty too
This commit is contained in:
parent
7793b84611
commit
965b3799b8
2 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,3 @@ export EDITOR=vim
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
|
|
||||||
# Disable Ctrl+S Scroll-Locking
|
|
||||||
stty -ixon
|
|
||||||
|
|
||||||
|
|
3
.zshrc
3
.zshrc
|
@ -34,3 +34,6 @@ do
|
||||||
source "$f"
|
source "$f"
|
||||||
done < <(find "${HOME}/.local/dotfiles/" -type f -name '*.zsh')
|
done < <(find "${HOME}/.local/dotfiles/" -type f -name '*.zsh')
|
||||||
|
|
||||||
|
# Disable Ctrl+S Scroll-Locking
|
||||||
|
stty -ixon
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue