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 Jan 16, 2023
1 parent c6553a2 commit 4183e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ _xontribs_to_load = (
'prompt_bar', # The bar prompt for xonsh shell with customizable sections. URL: https://github.com/anki-code/xontrib-prompt-bar
'pipeliner', # Let your pipe lines flow thru the Python code. URL: https://github.com/anki-code/xontrib-pipeliner
'cmd_done', # Show long running commands durations in prompt with option to send notification when terminal is not focused. URL: https://github.com/jnoortheen/xontrib-cmd-durations
'jedi', # Jedi - an awesome autocompletion, static analysis and refactoring library for Python. URL: https://github.com/xonsh/xontrib-jedi
)
xontrib load @(_xontribs_installed.intersection(_xontribs_to_load))

Expand Down

0 comments on commit 4183e95

Please sign in to comment.