diff options
-rwxr-xr-x | gvim | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash + +# Compact layer for firefox because for some files I cannot select to open with +# a different application. +if [[ $1 = '-f' ]]; then + shift +fi + +exec gvim-term "$@" |