Skip to content

Commit

Permalink
zsh fzf and tab colors
Browse files Browse the repository at this point in the history
  • Loading branch information
joinemm committed May 18, 2024
1 parent 127e23c commit 4ac6e93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions home-modules/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# run commands without installing them
# , <cmd>
nix-index-database.comma.enable = true;
fzf = {
enable = true;
enableZshIntegration = true;
};
};

programs.zsh = {
Expand Down Expand Up @@ -63,6 +67,7 @@
save = 1000000;
ignorePatterns = ["cd ..*" "ls"];
extended = true;
ignoreDups = true;
};

defaultKeymap = "emacs";
Expand All @@ -71,6 +76,8 @@
bindkey "^[[1;5C" forward-word
setopt no_nomatch
zstyle ':completion:*' list-colors "''${(s.:.)LS_COLORS}"
'';

profileExtra = ''
Expand Down

0 comments on commit 4ac6e93

Please sign in to comment.