mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge 297f7927de
into 16e0c51bae
This commit is contained in:
commit
30d1e66a0f
@ -148,7 +148,7 @@ if [ ! ${local} ]; then
|
|||||||
success=
|
success=
|
||||||
fpath=`/usr/bin/env zsh -c 'echo $fpath'`
|
fpath=`/usr/bin/env zsh -c 'echo $fpath'`
|
||||||
for f in ${fpath}; do
|
for f in ${fpath}; do
|
||||||
cp -v ./bin/_j ${f} && success=true && break
|
install -v -m 0755 ./bin/_j ${f} && success=true && break
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ! ${success} ]; then
|
if [ ! ${success} ]; then
|
||||||
@ -173,7 +173,7 @@ else # local installation
|
|||||||
|
|
||||||
if [ ${shell} == "zsh" ]; then
|
if [ ${shell} == "zsh" ]; then
|
||||||
mkdir -p ${prefix}/functions/
|
mkdir -p ${prefix}/functions/
|
||||||
cp ./bin/_j ${prefix}/functions/
|
install -v -m 0755 ./bin/_j ${prefix}/functions/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
add_msg "local" ${shell}
|
add_msg "local" ${shell}
|
||||||
|
Loading…
Reference in New Issue
Block a user