mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Fix alias to vscode
This commit is contained in:
@@ -157,7 +157,7 @@ in {
|
||||
|
||||
shellAliases = {
|
||||
".." = "cd ..";
|
||||
c = "codium";
|
||||
c = "code";
|
||||
g = "git";
|
||||
gho = "gh repo view --web >/dev/null";
|
||||
grep = "rg --smart-case";
|
||||
|
@@ -36,7 +36,6 @@ in {
|
||||
usbutils
|
||||
virtmanager
|
||||
vlc
|
||||
vscodium
|
||||
wireshark-qt
|
||||
xautolock
|
||||
yaru-theme
|
||||
|
Reference in New Issue
Block a user