diff options
Diffstat (limited to 'plugins/externaltools/data/open-terminal-here.tool.in')
-rwxr-xr-x | plugins/externaltools/data/open-terminal-here.tool.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/externaltools/data/open-terminal-here.tool.in b/plugins/externaltools/data/open-terminal-here.tool.in new file mode 100755 index 0000000..9365648 --- /dev/null +++ b/plugins/externaltools/data/open-terminal-here.tool.in @@ -0,0 +1,4 @@ +#!/bin/sh + +#TODO: use "gconftool-2 -g /desktop/gnome/applications/terminal/exec" +gnome-terminal --working-directory="$GEDIT_CURRENT_DOCUMENT_DIR" & |