Skip to content

Commit c17f38b

Browse files
committed
Update installer messaging
1 parent 8043689 commit c17f38b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

installer.pyz

8 Bytes
Binary file not shown.

installer/installer/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def install():
8686
ensure_zsh()
8787
install_shelloracle()
8888

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

9292
write_shelloracle_zsh()

0 commit comments

Comments
 (0)