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 = {
|
||||
".." = "cd ..";
|
||||
c = "codium";
|
||||
c = "code";
|
||||
g = "git";
|
||||
gho = "gh repo view --web >/dev/null";
|
||||
grep = "rg --smart-case";
|
||||
|
Reference in New Issue
Block a user