From 7188fb601859e0f2e77d797fbabdf5d942866e9f Mon Sep 17 00:00:00 2001
From: Itzik Ephraim <oranja@gmail.com>
Date: Fri, 25 Dec 2015 17:26:22 +0200
Subject: [PATCH] Fix issue #197: quote OMF_PATH

---
 templates/config.fish | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/config.fish b/templates/config.fish
index 71b189e..28fea01 100644
--- a/templates/config.fish
+++ b/templates/config.fish
@@ -1,8 +1,8 @@
 # Path to Oh My Fish install.
-set -gx OMF_PATH {{OMF_PATH}}
+set -gx OMF_PATH "{{OMF_PATH}}"
 
 # Customize Oh My Fish configuration path.
-#set -gx OMF_CONFIG {{OMF_CONFIG}}
+#set -gx OMF_CONFIG "{{OMF_CONFIG}}"
 
 # Load oh-my-fish configuration.
 source $OMF_PATH/init.fish
-- 
GitLab