diff options
Diffstat (limited to 'vifm')
-rw-r--r-- | vifm/.vifm/vifmrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/vifm/.vifm/vifmrc b/vifm/.vifm/vifmrc index f78e1eb..59960df 100644 --- a/vifm/.vifm/vifmrc +++ b/vifm/.vifm/vifmrc @@ -246,11 +246,13 @@ filetype *.asc \ {Check signature} \ !!gpg --verify %c, -" GMSH file +" GMSH files filetype *.geo, *.msh, *.pos \ {Open in gmsh} \ gmsh %d, +filetype *.exe wine %f + " Torrent filetype *.torrent ktorrent %f & fileviewer *.torrent dumptorrent -v %c |