mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 00:58:16 +00:00
Fix alias to vscode
This commit is contained in:
@@ -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";
|
||||||
|
@@ -36,7 +36,6 @@ in {
|
|||||||
usbutils
|
usbutils
|
||||||
virtmanager
|
virtmanager
|
||||||
vlc
|
vlc
|
||||||
vscodium
|
|
||||||
wireshark-qt
|
wireshark-qt
|
||||||
xautolock
|
xautolock
|
||||||
yaru-theme
|
yaru-theme
|
||||||
|
Reference in New Issue
Block a user