Fix alias to vscode

This commit is contained in:
Dave Gallant
2022-08-03 08:30:45 -04:00
parent ba90e82b1b
commit b301a98e9b
2 changed files with 1 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ in {
shellAliases = {
".." = "cd ..";
c = "codium";
c = "code";
g = "git";
gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case";