0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

autojump: creates links required by oh-my-zsh for autojump.

The autojump plugin in oh-my-zsh assumes autojump.zsh resides in
/run/current-system/sw/share/autojump/ but these links are not created
by default.

The new programs.autojump.enable option forces the creation of these
links.
This commit is contained in:
Bernard Fortz 2018-09-25 16:18:42 +02:00
parent b97ebadd02
commit 0d749e58f7
2 changed files with 34 additions and 0 deletions

View file

@ -78,6 +78,7 @@
./misc/version.nix
./programs/adb.nix
./programs/atop.nix
./programs/autojump.nix
./programs/bash/bash.nix
./programs/bcc.nix
./programs/blcr.nix