mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
autojump: install fish shell completions
This commit is contained in:
parent
67b1d6a16d
commit
ecfafc4fbd
@ -22,6 +22,9 @@ in
|
||||
mkdir -p "$out/etc/bash_completion.d"
|
||||
cp -v $out/share/autojump/autojump.bash "$out/etc/bash_completion.d"
|
||||
|
||||
mkdir -p $out/share/fish/vendor_completions.d/
|
||||
cp -v $out/share/autojump/autojump.fish "$out/share/fish/vendor_completions.d/autojump.fish"
|
||||
|
||||
cat <<SCRIPT > $out/bin/autojump-share
|
||||
#!/bin/sh
|
||||
# Run this script to find the autojump shared folder where all the shell
|
||||
|
Loading…
Reference in New Issue
Block a user