From 424551897c33529e66f1b1ee7210b7776c3f0e41 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Sep 2024 17:39:10 -0700 Subject: Bump: vscode fork wrappers --- home/ebisu/fortune/system/shell/fish.nix | 8 ++++++++ 1 file changed, 8 insertions(+) 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}) -- cgit v1.2.3