diff options
author | Alan Pearce | 2021-04-02 15:55:01 +0200 |
---|---|---|
committer | Alan Pearce | 2021-04-02 15:55:01 +0200 |
commit | c80002d50f2830d7cda34df311dd6f09649ded63 (patch) | |
tree | 4de5595fa5dcf3ff19f5330b1af31d5d939cdcc9 /user/settings | |
parent | 96684025aa667ac029c61eed47388a6cdfc16463 (diff) | |
download | nixfiles-c80002d50f2830d7cda34df311dd6f09649ded63.tar.lz nixfiles-c80002d50f2830d7cda34df311dd6f09649ded63.tar.zst nixfiles-c80002d50f2830d7cda34df311dd6f09649ded63.zip |
zsh: install up, interactive pipeline previewer
Diffstat (limited to 'user/settings')
-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 542d319a..ca13f4d0 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -27,6 +27,7 @@ in git git-lfs zsh-completions + up ]; home.activation.linkOldZshHistory = |