mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor redundancy edit
This commit is contained in:
parent
e4b555dd1d
commit
ca162ff5ed
@ -117,7 +117,7 @@ if [ ! ${local} ]; then
|
||||
# install _j to the first accessible directory
|
||||
if [ ${shell} == "zsh" ]; then
|
||||
success=
|
||||
cp -v _j /usr/local/share/zsh/site-functions/ $f && success=true
|
||||
cp -v _j /usr/local/share/zsh/site-functions/ && success=true
|
||||
|
||||
if [ ! ${success} ]; then
|
||||
echo
|
||||
|
Loading…
Reference in New Issue
Block a user