feat: oh my zsh plugin for zoxide and eza

This commit is contained in:
Poby 2026-03-14 01:09:29 +09:00
parent 4b76b22942
commit 7ceb157457
No known key found for this signature in database

View file

@ -19,8 +19,8 @@
shellAliases = {
poby = "echo my name is poby";
drs = "sudo darwin-rebuild switch --flake ~/nix-darwin#$(hostname)"; # TODO change to just script
drt = "sudo darwin-rebuild test --flake ~/nix-darwin#$(hostname)"; # TODO change to just script
drs = "sudo darwin-rebuild switch --flake ~/nix-darwin#$(hostname)"; # TODO change to just script
drt = "sudo darwin-rebuild test --flake ~/nix-darwin#$(hostname)"; # TODO change to just script
};
sessionVariables = {
@ -36,6 +36,8 @@
"history"
"sudo"
"vi-mode"
"zoxide"
"eza"
];
};
};