mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-02-06 09:55:30 +08:00
Add quotes
This commit is contained in:
parent
a314a01a6a
commit
2a6d401106
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
DIR=${0:a:h}
|
DIR="${0:a:h}"
|
||||||
ROOT_DIR="$DIR/.."
|
ROOT_DIR="$DIR/.."
|
||||||
TEST_DIR="$ROOT_DIR/test"
|
TEST_DIR="$ROOT_DIR/test"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user