typeset PATH too
This commit is contained in:
parent
f1024c66a4
commit
b86456d429
2 changed files with 5 additions and 3 deletions
6
nix/home-manager/flake.lock
generated
6
nix/home-manager/flake.lock
generated
|
@ -336,11 +336,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1708296503,
|
"lastModified": 1708434674,
|
||||||
"narHash": "sha256-ZgLAgCcxekc7V+E4ESf44WYsUMl9K/Df2KQeaxqbvuc=",
|
"narHash": "sha256-kIxwjEJS/YzY4NnrdhGbOa7E4Re6ZFcTItyJ/tU1Vmc=",
|
||||||
"owner": "nixOS",
|
"owner": "nixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "a40810e2cdbc2ad109e11a013ed281dd5289c899",
|
"rev": "d9bc710130ec53ac6518ef05f3f9ea09927c763f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -14,6 +14,8 @@ in {
|
||||||
zle -N up-line-or-beginning-search
|
zle -N up-line-or-beginning-search
|
||||||
zle -N down-line-or-beginning-search
|
zle -N down-line-or-beginning-search
|
||||||
export ZSH_CACHE_DIR="$HOME/.cache/zsh"
|
export ZSH_CACHE_DIR="$HOME/.cache/zsh"
|
||||||
|
|
||||||
|
typeset -U path PATH
|
||||||
'';
|
'';
|
||||||
initExtra = builtins.readFile ../../../../zsh/zshrc;
|
initExtra = builtins.readFile ../../../../zsh/zshrc;
|
||||||
antidote = {
|
antidote = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue