Some updates

This commit is contained in:
Henry Hiles 2023-12-27 09:12:58 -05:00
parent 5ec4e24707
commit 4831a032ac
3 changed files with 30 additions and 28 deletions

View file

@ -7,6 +7,8 @@
'';
};
environment = {
# systemPackages = with pkgs.fishPlugins; [
# ];
sessionVariables.fish_greeting = "";
shells = [pkgs.fish];
shellAliases = {
@ -23,7 +25,7 @@
create = "gh repo create";
push = "git push";
commit = "git add -A && git commit -am";
commit = "git commit -am";
# NixOS
dev = "nix develop";