mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-05-11 05:54:57 +00:00
Add quotes
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user