From c38a1b44f93aaaf751b4a272f996bffd28e4de2d Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 29 Mar 2025 23:43:20 +0800 Subject: [PATCH] feat(shell): add some shell aliases --- configs/shell/default.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; };