add aliases for vscode
This commit is contained in:
parent
069470a77c
commit
c2e090a9d7
1 changed files with 3 additions and 1 deletions
|
@ -178,7 +178,9 @@
|
||||||
cat = "bat --theme gruvbox-dark --style numbers,changes --color=always --tabs=2 --wrap=never";
|
cat = "bat --theme gruvbox-dark --style numbers,changes --color=always --tabs=2 --wrap=never";
|
||||||
diff = "delta";
|
diff = "delta";
|
||||||
top = "btm";
|
top = "btm";
|
||||||
c = "clear";
|
c = "code";
|
||||||
|
cr = "code -r";
|
||||||
|
cw = "code --wait";
|
||||||
glg = "git lg";
|
glg = "git lg";
|
||||||
ghr = "gh repo";
|
ghr = "gh repo";
|
||||||
serve = "python3 -m http.server";
|
serve = "python3 -m http.server";
|
||||||
|
|
Loading…
Reference in a new issue