Working on zsh

This commit is contained in:
2026-03-09 16:25:18 +01:00
parent eb9c8b6b2e
commit 45f23db173
5 changed files with 16 additions and 18 deletions
@@ -35,10 +35,4 @@ in
# Use the .zshrc file from assets
xdg.configFile."zsh/.zshrc".source = "${assetsDir}/.zshrc";
# Create symlinks or copy files from assets to XDG config
xdg.configFile."zsh/custom.zsh".source = "${assetsDir}/custom.zsh";
xdg.configFile."zsh/aliases.zsh".source = "${assetsDir}/aliases.zsh";
xdg.configFile."zsh/history.zsh".source = "${assetsDir}/history.zsh";
};
}