Skip to content

Commit

Permalink
Add fish completions for helix
Browse files Browse the repository at this point in the history
  • Loading branch information
wetheredge committed Oct 12, 2023
1 parent c468536 commit 12eb92f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ COPY helix/hx /usr/bin/hx
COPY helix/runtime /usr/share/helix/runtime
RUN chmod +x /usr/bin/hx && \
echo 'export HELIX_RUNTIME="/usr/share/helix/runtime"' >> /etc/profile.d/helix-runtime.sh && \
echo 'set -gx HELIX_RUNTIME /usr/share/helix/runtime' >> /usr/share/fish/vendor_conf.d/helix-runtime.fish
echo 'set -gx HELIX_RUNTIME /usr/share/helix/runtime' >> /usr/share/fish/vendor_conf.d/helix-runtime.fish && \
http --download https://github.com/helix-editor/helix/raw/master/contrib/completion/hx.fish --output /usr/share/fish/vendor_completions.d/hx.fish

RUN curl --proto '=https' --tlsv1.2 -sSfL https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz \
| tar -xJ && \
Expand Down

0 comments on commit 12eb92f

Please sign in to comment.