Skip to content

Commit

Permalink
Remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Apr 11, 2024
1 parent 7242993 commit f5324c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/dot_config/nushell/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source ~/.config/nushell/default_env.nu
bash -c $"source ($env.HOME)/.profile && env"
| lines
| parse "{name}={value}"
| filter { |var| $var.name in ["_", "LAST_EXIT_CODE", "DIRS_POSITION"] }
| transpose --header-row
| into record
| load-env
Expand Down

0 comments on commit f5324c4

Please sign in to comment.