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