From 5e2c99a14da3a170f6e67ca57b37e79c5f6058e4 Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Wed, 25 Jul 2012 00:25:44 -0300 Subject: [PATCH] Typo --- 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 f4f091c..6509cf1 100644 --- a/oh-my-fish.fish +++ b/oh-my-fish.fish @@ -2,7 +2,7 @@ set user_function_path $fish_function_path[1] set -e fish_function_path[1] -# Add all functions to fish_funtion_path. +# Add all functions to fish_function_path. set fish_function_path $FISH/functions/ $fish_function_path # Add all defined plugins to fish_function_path.