Skip to content

Commit

Permalink
Update installer messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
djcopley committed Jan 2, 2024
1 parent 8043689 commit c17f38b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified installer.pyz
Binary file not shown.
2 changes: 1 addition & 1 deletion installer/installer/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def install():
ensure_zsh()
install_shelloracle()

if confirm("Install zsh scripts?", suffix=" ([y]/n) ") is False:
if confirm("Enable terminal keybindings?", suffix=" ([y]/n) ") is False:
exit(0)

write_shelloracle_zsh()
Expand Down

0 comments on commit c17f38b

Please sign in to comment.