From 64573c6e02550268cb778db58536761645dffb77 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Fri, 5 Apr 2024 11:19:45 -0700 Subject: [PATCH] Fix fish-ism in nixup --- bin/,nixup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/,nixup b/bin/,nixup index 29ad925..3e02870 100755 --- a/bin/,nixup +++ b/bin/,nixup @@ -4,6 +4,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) pushd $SCRIPT_DIR/../nix &> /dev/null home-manager switch --flake ".#std" -if type -q doom; then +if which doom; then doom env fi