diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-04-07 12:18:21 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-04-07 12:18:21 +0200 |
commit | af174aee615ad634cd457ee1c842d4aa89f3a59c (patch) | |
tree | 7d0688fb1b18f3d4d453b0e01a9d97e048ffae37 /vifm | |
parent | 72c51052ac3b9bd9275b3710f543fe5da4ecbeca (diff) |
Improve vim syntax for colors
Diffstat (limited to 'vifm')
-rw-r--r-- | vifm/.config/vifm/vifmrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vifm/.config/vifm/vifmrc b/vifm/.config/vifm/vifmrc index 7a73409..68f6be2 100644 --- a/vifm/.config/vifm/vifmrc +++ b/vifm/.config/vifm/vifmrc @@ -1,6 +1,6 @@ " Command to open files filetype *.JPG feh %f & -filetype *.exe wine %f & +filetype *.exe wine %f & filetype * xdg-open %f & " Options |