switch back from fish to zsh

This commit is contained in:
notgne2 2022-11-06 17:42:23 -07:00
parent 742ce27e01
commit 33dba4a0fe
No known key found for this signature in database
6 changed files with 4 additions and 37 deletions

View file

@ -32,10 +32,4 @@
right_meters = ["RightCPUs" "Blank" "CPU"];
};
};
programs.fish.shellAliases = {
node = "node --experimental-repl-await";
ls = "lsd";
bp = "npm version patch && npm publish && git push";
};
}