Skip to content

Commit

Permalink
Update .config/nushell/env.nu
Browse files Browse the repository at this point in the history
Remove pkgx.yaml.bak
  • Loading branch information
jasonmorganson committed Mar 18, 2024
1 parent 070dd05 commit 3614f12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions dot_config/nushell/env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ source ~/.local/share/nushell/default_env.nu
bash -c $"source ($env.HOME)/.profile && env"
| lines
| parse "{name}={value}"
| filter { |var| (not $var.name in $env) or $var.value != ($env | get $var.name) }
| where not name in ["_", "LAST_EXIT_CODE", "DIRS_POSITION"]
| filter { |var| $var.name in ["_", "LAST_EXIT_CODE", "DIRS_POSITION"] }
| transpose --header-row
| into record
| load-env
Expand Down
15 changes: 0 additions & 15 deletions pkgx.yaml.bak

This file was deleted.

0 comments on commit 3614f12

Please sign in to comment.