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 = { shellAliases = {
".." = "cd .."; ".." = "cd ..";
c = "codium"; c = "code";
g = "git"; g = "git";
gho = "gh repo view --web >/dev/null"; gho = "gh repo view --web >/dev/null";
grep = "rg --smart-case"; grep = "rg --smart-case";

View File

@@ -36,7 +36,6 @@ in {
usbutils usbutils
virtmanager virtmanager
vlc vlc
vscodium
wireshark-qt wireshark-qt
xautolock xautolock
yaru-theme yaru-theme