Fix fish-ism in nixup

This commit is contained in:
2024-04-05 11:19:45 -07:00
parent 7aecd07950
commit 64573c6e02

View File

@@ -4,6 +4,6 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
pushd $SCRIPT_DIR/../nix &> /dev/null pushd $SCRIPT_DIR/../nix &> /dev/null
home-manager switch --flake ".#std" home-manager switch --flake ".#std"
if type -q doom; then if which doom; then
doom env doom env
fi fi