Skip to content

Commit

Permalink
fix(init): Fix output commands to run after init.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Sep 7, 2023
1 parent 359d08e commit 35666f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ echo "Everything should be set up. Run one of the following commands (depending
echo

# output value of the shell alias, highlighted
echo "NIX_CONFIG=\"experimental-features = nix-command flakes\" $(grep "switch --flake" "$SCRIPT_DIR/home-manager/modules/fish.nix") | sed -e 's/\(.*\)/\x1b[38;5;166m\1\x1b[0m/' | awk '{$1:$1;print}'
grep "switch --flake" "$SCRIPT_DIR/home-manager/modules/fish.nix" | sed 's/^/NIX_CONFIG="experimental-features = nix-command flakes"/' | sed -e 's/\(.*\)/\x1b[38;5;166m\1\x1b[0m/' | awk '{$1=$1;print}'
echo

0 comments on commit 35666f9

Please sign in to comment.