Move shell aliases

This commit is contained in:
2025-07-16 20:48:26 -07:00
parent 846da159d0
commit 53c2e2222c
2 changed files with 7 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ in
# Modern "ls" replacement
programs.pls.enable = true;
programs.pls.enableFishIntegration = true;
programs.eza.enable = true;
# Graphical terminal
@@ -41,6 +42,12 @@ in
# tldr: Simplified, example based and community-driven man pages.
programs.tealdeer.enable = true;
home.shellAliases = {
sudo = "doas";
ls2 = "eza";
explorer = "broot";
};
programs.zed-editor = {
enable = thisMachineIsPersonal;
extensions = [