lol
This commit is contained in:
parent
6b7df19791
commit
f94f8e0e66
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue