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