Fix invalid Home Manager options in tmux, shell, and git modules
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
@@ -17,9 +17,7 @@
|
||||
initExtra = ''
|
||||
bindkey '^R' history-incremental-search-backward
|
||||
bindkey '^S' history-incremental-search-forward
|
||||
'';
|
||||
|
||||
promptInit = ''
|
||||
autoload -Uz vcs_info
|
||||
precmd() { vcs_info }
|
||||
zstyle ':vcs_info:git:*' formats '%b'
|
||||
|
||||
Reference in New Issue
Block a user