diff options
author | Alan Pearce | 2023-03-26 13:02:18 +0200 |
---|---|---|
committer | Alan Pearce | 2023-03-26 13:02:18 +0200 |
commit | 98018d96d7a52bdf3ce37794cb28b03e6d35d66b (patch) | |
tree | 4cb275dca9476cee89be8e01c789f29e9f501db1 | |
parent | 55bc4ae0d6c404fb7deb9b6c2120a7726f6ce725 (diff) | |
download | nixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.tar.lz nixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.tar.zst nixfiles-98018d96d7a52bdf3ce37794cb28b03e6d35d66b.zip |
zsh: install zsh-bd to go up directories quickly
-rw-r--r-- | user/settings/zsh.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 86e9224c..7427e4ea 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -67,6 +67,11 @@ in src = pkgs.agkozak-zsh-prompt.src; } { + name = "zsh-bd"; + file = "bd.plugin.zsh"; + src = pkgs.zsh-bd.src; + } + { name = "zsh-autopair"; src = pkgs.zsh-autopair.src; } |