gracefully fallback if atuin or zoxide aren't installed

This commit is contained in:
2024-02-07 12:26:00 -07:00
parent c6379020f9
commit b9a8370ca2
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:edge
RUN apk --no-cache add git curl
RUN sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14
ENV SHELL /usr/bin/fish