Skip to content

Commit

Permalink
Update rc_awesome.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Jun 6, 2024
1 parent c84ef91 commit 587ca56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ $MULTILINE_PROMPT = ' '
# This allows clicking for positioning the cursor or selecting a completion.
# In some terminals however, this disables the ability to scroll back through the history of the terminal.
# To scroll on macOS in iTerm2 press Option key and scroll on touchpad.
$MOUSE_SUPPORT = True
if 'pycharm' not in __xonsh__.env.get('__CFBundleIdentifier', ''):
$MOUSE_SUPPORT = True


# Adding aliases from dict.
Expand Down

0 comments on commit 587ca56

Please sign in to comment.