Compare commits

..

No commits in common. "db4669422e9fac11a567386298ec134736d3ea8d" and "303f476db0a747a84fd62d7c380315cca8e722f1" have entirely different histories.

View File

@ -43,9 +43,6 @@ in
};
initExtra = ''
## Colors
autoload -U colors && colors
## Directories
setopt AUTO_PUSHD
setopt CDABLE_VARS
@ -84,6 +81,7 @@ in
## Vi mode
export KEYTIMEOUT=1
bindkey '^R' mcfly-history-widget
## Zsh line editor
unsetopt BEEP
@ -93,10 +91,6 @@ in
setopt HASH_LIST_ALL
'';
localVariables = {
ZVM_INIT_MODE = "sourcing";
};
plugins = with pkgs; [
{
name = "zsh-vi-mode";