Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
env -i HOME="$HOME" "$SHELL" -l
Browse files Browse the repository at this point in the history
srid authored Sep 21, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent df7faa2 commit 195a095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -25,4 +25,4 @@ nix run

# New shell to activate home-manager env
echo "\n# Spawning new shell"
exec $SHELL -l
env -i HOME="$HOME" "$SHELL" -l

0 comments on commit 195a095

Please sign in to comment.