zk: Fix default directory for zk notebook dir
Use correct `$HOME` variable expansion instead of tilde.
This commit is contained in:
parent
590a012782
commit
34096cff74
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
#
|
#
|
||||||
|
|
||||||
export ZK_NOTEBOOK_DIR="${WIKIROOT:-~/documents/notes/}"
|
export ZK_NOTEBOOK_DIR="${WIKIROOT:-$HOME/documents/notes/}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue