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";
};
}

View file

@ -9,11 +9,6 @@ inputs: {
url = "https://raw.githubusercontent.com/eprints/eprints3.4/master/lib/mime.types";
sha256 = "0cdhq71wk5h3zcfrz8dyqc3vrjyikwjqsla855v036r54lch0kn2";
};
sc = pkgs.writeScript "sc.sh" ''
#!${pkgs.zsh}/bin/zsh
git commit -am "$*"
'';
in {
programs.home-manager.enable = true;
@ -248,11 +243,6 @@ in {
FZF_DEFAULT_COMMAND = "${pkgs.fd}/bin/fd --type f";
};
programs.fish.shellAliases = {
bp = "npm version patch && npm publish && git push";
sc = "${sc}";
};
xdg.configFile."nvim-qt/nvim-qt.conf".text = ''
ext_tabline=false
ext_popupmenu=false