fixes or not

This commit is contained in:
autumn
2025-08-25 14:55:05 -06:00
parent 39450f3b3c
commit 8b1c2f1d72
4 changed files with 84 additions and 8 deletions

View File

@@ -4,10 +4,14 @@
home.packages = with pkgs; [
fish
oh-my-fish
];
programs.fish = {
enable = true;
interactiveShellInit = ''
set fish_greeting ""
'';
shellAliases = {
".." = "cd ..";
"..." = "cd ../..";