This commit is contained in:
Florian Schmitt 2024-01-01 17:34:32 +03:00
parent d60c08f390
commit ece42fc1f6
2 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@
nixupdate = "sudo nix-channel --update && sudo nixos-rebuild switch";
nixclean = "sudo nix-env --delete-generations old --profile /nix/var/nix/profiles/system && sudo /nix/var/nix/profiles/system/bin/switch-to-configuration switch && sudo nix-store --gc";
};
shellInit = "cd ~/Developpements;";
#shellInit = "cd ~/Developpements;";
ohMyZsh = {
enable = true;
plugins = [ "git" "ssh-agent" ];