#!/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 "$@"