Add vscodium

This commit is contained in:
Dave Gallant
2022-06-05 15:27:03 -04:00
parent f2369cb459
commit b3c2045306
4 changed files with 11 additions and 27 deletions

View File

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