From 9e146c8272e25b98d0f196bc34ac1725f894863a Mon Sep 17 00:00:00 2001 From: hut Date: Tue, 24 Jan 2012 10:54:30 +0100 Subject: defaults/commands: fixed TERMCMD in :terminal --- ranger/defaults/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py index ba9030c5..c9729999 100644 --- a/ranger/defaults/commands.py +++ b/ranger/defaults/commands.py @@ -464,7 +464,7 @@ class terminal(Command): command = 'x-terminal-emulator' if command not in get_executables(): command = 'xterm' - self.fm.run('x-terminal-emulator', flags='d') + self.fm.run(command, flags='d') class delete(Command): -- cgit 1.4.1-2-gfad0