Skip to content

Commit

Permalink
Add set -o vi
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Jan 23, 2024
1 parent d79e47f commit c85d4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN curl -L https://www.archlinux.org/mirrorlist/\?country\=US\&protocol=http\&p
rm -rf /var/cache/pacman/*

COPY tools/check-clock-skew.sh /usr/local/bin/check-clock-skew.sh
COPY etc/profile.d/set-vi.sh /etc/profile.d/set-vi.sh

ENV SHELL=/usr/bin/zsh
ENTRYPOINT ["/usr/bin/zsh"]
1 change: 1 addition & 0 deletions etc/profile.d/set-vi.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set -o vi

0 comments on commit c85d4b6

Please sign in to comment.