mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
Merge pull request #2956 from SFrost007/wd-typo-fix
Fix typo in warp directory plugin
This commit is contained in:
commit
2faba65652
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ wd_warp()
|
|||
#wd_print_msg $BLUE "Warping..."
|
||||
cd ${points[$1]}
|
||||
else
|
||||
wd_print_msg $RED "Unkown warp point '$1'"
|
||||
wd_print_msg $RED "Unknown warp point '$1'"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue