diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-08-20 07:36:03 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-08-20 07:36:03 +0100 |
commit | a8501a92585993f0f7edf5dfba234d4552eed3c6 (patch) | |
tree | 7a6e1316df61feab34d33d34ce223a4ea79b7b54 /nix-conf/home/includes/zsh.nix | |
parent | 783c4c13ac64dda6ef17171529b1db9a4ea602af (diff) | |
download | dotfiles-a8501a92585993f0f7edf5dfba234d4552eed3c6.tar.gz |
Fix path issue
Diffstat (limited to 'nix-conf/home/includes/zsh.nix')
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index c26e162..db8cf3f 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -284,7 +284,7 @@ in { name = "fzf-git.sh"; src = fzf-git-sh; - file = "share/zsh/fzf-git-sh/fzf-git.sh"; + file = "share/fzf-git-sh/fzf-git.sh"; } { name = "per-directory-history"; |