diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-12-06 11:00:59 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-12-06 11:00:59 +0000 |
commit | 155c61738d77c976cbb2b5381fe8154f4894afb9 (patch) | |
tree | b1e54ed4a8636bff6c2c6c765fe3aff6343c46fd /vifm | |
parent | 107e5e16fcb4c596150eb0a28732779f3b9a22f9 (diff) |
Add minor changes
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 |