summaryrefslogtreecommitdiffstats
path: root/gvim
blob: 57449660a73a7ea41d364fb86b4c9b69d2ed416d (plain)
1
2
3
4
5
6
7
8
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 "$@"