Compare commits
2 Commits
303f476db0
...
db4669422e
Author | SHA1 | Date | |
---|---|---|---|
db4669422e | |||
7b2a185884 |
@ -43,6 +43,9 @@ in
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
## Colors
|
||||
autoload -U colors && colors
|
||||
|
||||
## Directories
|
||||
setopt AUTO_PUSHD
|
||||
setopt CDABLE_VARS
|
||||
@ -81,7 +84,6 @@ in
|
||||
|
||||
## Vi mode
|
||||
export KEYTIMEOUT=1
|
||||
bindkey '^R' mcfly-history-widget
|
||||
|
||||
## Zsh line editor
|
||||
unsetopt BEEP
|
||||
@ -91,6 +93,10 @@ in
|
||||
setopt HASH_LIST_ALL
|
||||
'';
|
||||
|
||||
localVariables = {
|
||||
ZVM_INIT_MODE = "sourcing";
|
||||
};
|
||||
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
name = "zsh-vi-mode";
|
||||
|
Loading…
x
Reference in New Issue
Block a user