typeset PATH too

This commit is contained in:
Anthony Cicchetti 2024-02-20 09:37:09 -05:00
parent f1024c66a4
commit b86456d429
2 changed files with 5 additions and 3 deletions

View file

@ -336,11 +336,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1708296503,
"narHash": "sha256-ZgLAgCcxekc7V+E4ESf44WYsUMl9K/Df2KQeaxqbvuc=",
"lastModified": 1708434674,
"narHash": "sha256-kIxwjEJS/YzY4NnrdhGbOa7E4Re6ZFcTItyJ/tU1Vmc=",
"owner": "nixOS",
"repo": "nixpkgs",
"rev": "a40810e2cdbc2ad109e11a013ed281dd5289c899",
"rev": "d9bc710130ec53ac6518ef05f3f9ea09927c763f",
"type": "github"
},
"original": {

View file

@ -14,6 +14,8 @@ in {
zle -N up-line-or-beginning-search
zle -N down-line-or-beginning-search
export ZSH_CACHE_DIR="$HOME/.cache/zsh"
typeset -U path PATH
'';
initExtra = builtins.readFile ../../../../zsh/zshrc;
antidote = {