Skip to content

Commit f070065

Browse files
committed
rlprompt.tcl: Update comment instructions
At some point $jim_interactive changed to the Tcl-compatible $tcl_interactive Signed-off-by: Steve Bennett <[email protected]>
1 parent 4e0e776 commit f070065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlprompt.tcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# In order to automatically have readline-editing features
55
# put this in your $HOME/.jimrc
66
#
7-
# if {$jim_interactive} {
7+
# if {$tcl_interactive} {
88
# if {[catch {package require rlprompt}] == 0} {
99
# rlprompt.shell
1010
# }

0 commit comments

Comments
 (0)