This commit is contained in:
joy 2024-07-16 10:58:42 +02:00
parent 6b7df19791
commit f94f8e0e66

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... } :
{ pkgs, ... } :
{
programs.zsh = {
@ -31,8 +31,8 @@
ev = "nvim ~/nix/home/neovim/default.nix";
};
history.size = 100000;
history.path = "${config.xdg.dataHome}/zsh/history";
history.size = 1000000;
history.path = "~/.config/zsh/history";
oh-my-zsh = {
enable = true;