1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Merge pull request #2956 from SFrost007/wd-typo-fix

Fix typo in warp directory plugin
This commit is contained in:
Robby Russell 2014-07-15 07:29:20 -07:00
commit 2faba65652

View file

@ -58,7 +58,7 @@ wd_warp()
#wd_print_msg $BLUE "Warping..." #wd_print_msg $BLUE "Warping..."
cd ${points[$1]} cd ${points[$1]}
else else
wd_print_msg $RED "Unkown warp point '$1'" wd_print_msg $RED "Unknown warp point '$1'"
fi fi
} }