Skip to content

Commit

Permalink
Use POSIX source command
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Oct 28, 2024
1 parent ef53b27 commit a691c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/dot_config/nushell/env.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source ~/.config/nushell/default_env.nu
sh -c $"source ($env.HOME)/.profile && env"
sh -c $". ($env.HOME)/.profile && env"
| lines
| parse "{name}={value}"
| transpose --header-row
Expand Down

0 comments on commit a691c54

Please sign in to comment.