From 9c3d1506ffa5d0d99302d833fb10c6a91b521034 Mon Sep 17 00:00:00 2001 From: ilkosta Date: Mon, 17 Jun 2013 21:27:19 +0200 Subject: [PATCH] enable custom themes in $fish_custom/themes dir --- oh-my-fish.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-fish.fish b/oh-my-fish.fish index 144298e..a646570 100644 --- a/oh-my-fish.fish +++ b/oh-my-fish.fish @@ -66,7 +66,7 @@ for plugin in $fish_plugins end # Add user defined theme -set fish_function_path $fish_path/themes/$fish_theme $fish_function_path +set fish_function_path $fish_custom/themes/$fish_theme $fish_path/themes/$fish_theme $fish_function_path # Source all files inside custom folder for config_file in $fish_custom/*.load