From 3ed614ace5c5b22642d336d553b993a5348beba1 Mon Sep 17 00:00:00 2001 From: Nicolai Van der Storm Date: Sun, 15 Oct 2023 20:12:58 +0200 Subject: [PATCH] tryiong to fix zsh bug --- flake.lock | 6 +++--- nix/users/base/zsh.nix | 4 ++-- nvim/~/.config/zsh/.zsh_history | 2 -- 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 nvim/~/.config/zsh/.zsh_history diff --git a/flake.lock b/flake.lock index d0d8bd6..424086e 100644 --- a/flake.lock +++ b/flake.lock @@ -47,11 +47,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1697368971, - "narHash": "sha256-TVK2EN32mbHO8dtcUlzDpntKJ6yOC+uPJTFJhh6eDjw=", + "lastModified": 1697393243, + "narHash": "sha256-SfNDbLxi8hTN+CucYBroyWUEx+pQBBtnqkEkzoViS5w=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "43b39e0bc6a83ce190ff09054beb713e0431f19b", + "rev": "442209942fdedbdded6362cafed736c327da0e1c", "type": "github" }, "original": { diff --git a/nix/users/base/zsh.nix b/nix/users/base/zsh.nix index d7fb4f1..b52e240 100644 --- a/nix/users/base/zsh.nix +++ b/nix/users/base/zsh.nix @@ -6,8 +6,8 @@ enableAutosuggestions = true; enableCompletion = true; syntaxHighlighting.enable = true; - dotDir = "~/.config/zsh"; - history.path = "~/.config/zsh/.zsh_history"; + # dotDir = "~/.config/zsh"; + # history.path = "~/.config/zsh/.zsh_history"; initExtra = '' setopt appendhistory parse_git_branch() { diff --git a/nvim/~/.config/zsh/.zsh_history b/nvim/~/.config/zsh/.zsh_history deleted file mode 100644 index 8677c44..0000000 --- a/nvim/~/.config/zsh/.zsh_history +++ /dev/null @@ -1,2 +0,0 @@ -: 1697393465:0;git status -: 1697393469:0;git add .