diff --git a/configs/shell/default.nix b/configs/shell/default.nix index 8245513..3a7917a 100644 --- a/configs/shell/default.nix +++ b/configs/shell/default.nix @@ -23,6 +23,9 @@ gs = "git status"; ai = "aichat -r %shell% -e"; cd = "z"; + v = "$EDITOR"; + g = "git"; + list-all-packages = "nix-store --query --requisites /run/current-system | cut -d- -f2- | sort | uniq"; };