added csk

This commit is contained in:
Bit Borealis 2023-08-21 05:34:34 +00:00
parent 5762b19bd5
commit 858f98d59c
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -259,6 +259,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
nxc = "sudo nix-collect-garbage -d";
};
shellAliases = {
csk = "cd (sk -e)";
nxu = ''sudo sh -c "nixos-rebuild boot --upgrade --log-format internal-json -v |& nom --json"'';
nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"'';
aria = "aria2c -c -k1M -x10";