This commit is contained in:
2026-01-16 01:50:39 +08:00
parent 7b9ce4735c
commit 4e2ef4adb6
5 changed files with 294 additions and 19 deletions
+1 -16
View File
@@ -49,22 +49,7 @@
'';
};
# Fish configuration
programs.fish = {
enable = true;
shellAliases = {
ll = "ls -la";
".." = "cd ..";
"..." = "cd ../..";
gs = "git status";
gd = "git diff";
};
functions = {
mkcd = "mkdir -p $argv[1]; and cd $argv[1]";
};
};
# Fish configuration is in ./fish.nix
# Starship prompt (works with all shells)
programs.starship = {