lol
This commit is contained in:
parent
6b7df19791
commit
f94f8e0e66
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... } :
|
{ pkgs, ... } :
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
ev = "nvim ~/nix/home/neovim/default.nix";
|
ev = "nvim ~/nix/home/neovim/default.nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
history.size = 100000;
|
history.size = 1000000;
|
||||||
history.path = "${config.xdg.dataHome}/zsh/history";
|
history.path = "~/.config/zsh/history";
|
||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue