Add aliases for new git switch/restore commands (v2.23)
1 file changed, 2 insertions(+), 1 deletion(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -211,7 +211,8 @@ grsh = "git reset --hard"; gsh = "git show"; gsm = "git submodule"; gci = "git commit"; - gco = "git checkout"; + gx = "git restore"; + gb = "git switch"; gbr = "git br"; gbrc = "git checkout -b"; gbrd = "git branch --delete";