working on zsh
This commit is contained in:
@@ -9,7 +9,6 @@ in
|
||||
zsh-syntax-highlighting
|
||||
starship
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
@@ -32,7 +31,6 @@ in
|
||||
ll = "exa --icons -la --group-directories-first";
|
||||
};
|
||||
};
|
||||
|
||||
# Use the .zshrc file from assets
|
||||
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user