mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
parent
d76af3c076
commit
89b85d88cc
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -8,7 +8,7 @@ if [ ! -r ~/.zshrc ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DIR=$(dirname $(readlink -e $0)) ;
|
DIR=$(dirname $(readlink -f $0)) ;
|
||||||
|
|
||||||
# appends the string to ~/.zshrc file
|
# appends the string to ~/.zshrc file
|
||||||
cat >> ~/.zshrc << EOF
|
cat >> ~/.zshrc << EOF
|
||||||
|
|
Loading…
Reference in a new issue