diff --git a/dot_config/nushell/env.nu b/dot_config/nushell/env.nu index c17f5fbc..67577775 100644 --- a/dot_config/nushell/env.nu +++ b/dot_config/nushell/env.nu @@ -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 diff --git a/pkgx.yaml.bak b/pkgx.yaml.bak deleted file mode 100644 index 5ba7002d..00000000 --- a/pkgx.yaml.bak +++ /dev/null @@ -1,15 +0,0 @@ -dependencies: - chezmoi.io~2.34 - cli.github.com^2.26 - crates.io/git-delta^0.15 - crates.io/gitui - crates.io/ripgrep - crates.io/vivid^0.9 - crates.io/zellij~0.38 - git-scm.org^2.40 - github.com/junegunn/fzf - github.com/peltoche/lsd^1 - helix-editor.com~23.10 - nushell.sh~0.91.0 - starship.rs~1.16 -