Skip to content

Commit

Permalink
Merge pull request #237 from steff456/add-xonsh
Browse files Browse the repository at this point in the history
PR: Add Xonsh to list of supported terminals in Unix and Windows
  • Loading branch information
ccordoba12 authored Aug 14, 2020
2 parents abbeef5 + ca46ea8 commit 55a483b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder_terminal/confpage.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# Constants
WINDOWS = os.name == 'nt'
UNIX_SHELLS = ['bash', 'sh', 'ksh', 'zsh', 'csh', 'pwsh', 'rbash', 'dash',
'screen', 'tmux', 'tcsh', 'fish']
WINDOWS_SHELLS = ['cmd', 'powershell']
'screen', 'tmux', 'tcsh', 'fish', 'xonsh']
WINDOWS_SHELLS = ['cmd', 'powershell', 'xonsh']

# For translations
_ = get_translation('spyder_terminal')
Expand Down

0 comments on commit 55a483b

Please sign in to comment.