1

What am I supposed to put as the command while setting a keyboard shortcut to open xonsh in Linux?

Putting

xonsh

as the command does not seem to work although

subl

launches sublime.

(I am using Kali 2.0).

Souvik Sen
  • 23
  • 1
  • 5

1 Answers1

0

Xonsh should be run from within your terminal. I am running it in elementary OS and the command would read pantheon-terminal xonsh. Find out the terminal you are using as standard and edit the command above.

lf_araujo
  • 1,991
  • 2
  • 16
  • 39
  • Actually the command needed was `gnome-terminal -e xonsh`. Didn't know about the `-e` at that time. – Souvik Sen Jun 12 '16 at 23:55
  • With pantheon-terminal they removed the requirement for the -e in the last iteration... Good to know it worked... – lf_araujo Jun 12 '16 at 23:56