Remove any-nix-shell since it's not required anymore
This commit is contained in:
parent
9e04649e89
commit
f8c6ff10e0
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ let
|
||||||
expireDuplicatesFirst = true;
|
expireDuplicatesFirst = true;
|
||||||
path = "${config.chvp.cachePrefix}${home}/.local/share/zsh/history";
|
path = "${config.chvp.cachePrefix}${home}/.local/share/zsh/history";
|
||||||
};
|
};
|
||||||
initExtra = ''
|
|
||||||
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin
|
|
||||||
'';
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue