diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-06 06:23:57 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-06 06:23:57 +0000 |
| commit | ccc04dd6534c6ec1d23037ac21637e70cb829d86 (patch) | |
| tree | 381d269fa50965e4f40854d6f090288aba8907d9 /repos/extra | |
| parent | a6d7a040405801b86e360fb33b94402a23f79210 (diff) | |
| download | alicelinux-ccc04dd6534c6ec1d23037ac21637e70cb829d86.tar.gz alicelinux-ccc04dd6534c6ec1d23037ac21637e70cb829d86.zip | |
fzf: removed shell completion
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/fzf/.files | 6 | ||||
| -rw-r--r-- | repos/extra/fzf/abuild | 3 |
2 files changed, 0 insertions, 9 deletions
diff --git a/repos/extra/fzf/.files b/repos/extra/fzf/.files index 43b26c15..1fa6aca5 100644 --- a/repos/extra/fzf/.files +++ b/repos/extra/fzf/.files @@ -2,9 +2,3 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fzf -rwxr-xr-x root/root usr/bin/fzf-tmux -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/fzf/ --rw-r--r-- root/root usr/share/fzf/completion.bash --rw-r--r-- root/root usr/share/fzf/completion.zsh --rw-r--r-- root/root usr/share/fzf/key-bindings.bash --rw-r--r-- root/root usr/share/fzf/key-bindings.zsh diff --git a/repos/extra/fzf/abuild b/repos/extra/fzf/abuild index e5b93903..a8524c67 100644 --- a/repos/extra/fzf/abuild +++ b/repos/extra/fzf/abuild @@ -22,7 +22,4 @@ build() { install -dm755 $PKG/usr/bin install -m755 fzf bin/fzf-tmux $PKG/usr/bin/ - - install -dm755 $PKG/usr/share/fzf - install -m644 shell/*.bash shell/*.zsh $PKG/usr/share/fzf } |