From c2e090a9d70b7974360fd6189804b17988c55605 Mon Sep 17 00:00:00 2001 From: deva Date: Sat, 13 Jul 2024 20:08:35 -0400 Subject: [PATCH] add aliases for vscode --- os/shell/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/os/shell/zsh.nix b/os/shell/zsh.nix index 5644231..2d5317d 100644 --- a/os/shell/zsh.nix +++ b/os/shell/zsh.nix @@ -178,7 +178,9 @@ cat = "bat --theme gruvbox-dark --style numbers,changes --color=always --tabs=2 --wrap=never"; diff = "delta"; top = "btm"; - c = "clear"; + c = "code"; + cr = "code -r"; + cw = "code --wait"; glg = "git lg"; ghr = "gh repo"; serve = "python3 -m http.server";