diff options
author | Alan Pearce | 2023-05-22 21:37:44 +0200 |
---|---|---|
committer | Alan Pearce | 2023-05-22 21:37:44 +0200 |
commit | c618a08b64bf03d3c98b71cf634654e30d0178b9 (patch) | |
tree | e946364123844ed7efcfad42bafebda7e4988f9d /user | |
parent | 0d7cd92442a59c2e3ca0bde0e3672ad2edd7d30c (diff) | |
download | nixfiles-c618a08b64bf03d3c98b71cf634654e30d0178b9.tar.lz nixfiles-c618a08b64bf03d3c98b71cf634654e30d0178b9.tar.zst nixfiles-c618a08b64bf03d3c98b71cf634654e30d0178b9.zip |
zsh: install gitstatus
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 3e60bada..c481dc0f 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -34,6 +34,7 @@ in fzf ghq git + gitstatus git-lfs zsh-completions up |