zsh test fin

This commit is contained in:
2025-10-13 12:02:49 -05:00
parent 61e8436dd9
commit dc5c5038b9
3 changed files with 8 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ cmd mkfile %{{
# make backup
cmd mkbak %{{
for x in $fx; do
cp $x $x.bak
cp -r $x $x.bak
done
}}

View File

@@ -22,6 +22,7 @@
home.sessionVariables.ZDOTDIR = "$HOME/.config/zsh";
programs.zsh = {
enable = true;
# dotDir = ".config/zsh";
};
# link dotfiles
xdg.configFile."zsh" = {