Working on zsh
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
#autocd = true;
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
dotDir = "${config.xdg.configHome}/zsh"; # Remove `config.` prefix
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "";
|
||||
@@ -26,5 +26,6 @@
|
||||
};
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
zshoptions = [ "AUTO_CD" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user