summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-11 17:39:10 -0700
committerFuwn <[email protected]>2024-09-11 17:39:10 -0700
commit424551897c33529e66f1b1ee7210b7776c3f0e41 (patch)
treea592ce1414fe3254de7218e903f8a636b7ccbf4c
parentBump: locale to secrets (diff)
downloadnixos-config-424551897c33529e66f1b1ee7210b7776c3f0e41.tar.xz
nixos-config-424551897c33529e66f1b1ee7210b7776c3f0e41.zip
Bump: vscode fork wrappers
-rw-r--r--home/ebisu/fortune/system/shell/fish.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix
index c835259..3176c88 100644
--- a/home/ebisu/fortune/system/shell/fish.nix
+++ b/home/ebisu/fortune/system/shell/fish.nix
@@ -35,6 +35,14 @@
function nix-find
find $argv -type f -exec test ! -L {} \; -exec realpath {} \; | grep -v "^/nix/store"
end
+
+ function code
+ command code $argv --wait
+ end
+
+ function code!
+ command code $argv
+ end
end
set -l config_home (set -q XDG_CONFIG_HOME; and echo $XDG_CONFIG_HOME; or echo ${config.xdg.configHome})