zsh: rename: vi-mode -> line-editor
This commit is contained in:
parent
1f3d8d824c
commit
0e18599a8d
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Set up zsh for interactive use (options, prompt, aliases, etc.)
|
# Set up zsh for interactive use (options, prompt, aliases, etc.)
|
||||||
source "$ZDOTDIR/aliases.zsh"
|
source "$ZDOTDIR/aliases.zsh"
|
||||||
source "$ZDOTDIR/completion.zsh"
|
source "$ZDOTDIR/completion.zsh"
|
||||||
source "$ZDOTDIR/history.zsh"
|
|
||||||
source "$ZDOTDIR/prompt.zsh"
|
|
||||||
source "$ZDOTDIR/vi-mode.zsh"
|
|
||||||
source "$ZDOTDIR/functions.zsh"
|
source "$ZDOTDIR/functions.zsh"
|
||||||
|
source "$ZDOTDIR/history.zsh"
|
||||||
|
source "$ZDOTDIR/line-editor.zsh"
|
||||||
|
source "$ZDOTDIR/prompt.zsh"
|
||||||
|
|
||||||
# Prevent ctrl-s from freezing the terminal.
|
# Prevent ctrl-s from freezing the terminal.
|
||||||
stty stop undef
|
stty stop undef
|
||||||
|
|
Loading…
Add table
Reference in a new issue