script t some refs
This commit is contained in:
parent
2a250daa34
commit
88e48662a3
@ -8,13 +8,7 @@ set -o nounset
|
||||
readonly EXIT_SUCCESS=0
|
||||
|
||||
readonly NOTES_DIR_BASE="${HOME}/.t"
|
||||
|
||||
NOTES_DIR="${NOTES_DIR_BASE}"
|
||||
if [ -n "${NS+x}" ]; then
|
||||
NOTES_DIR="${NOTES_DIR}/${NS}"
|
||||
fi
|
||||
|
||||
readonly NOTES_DIR
|
||||
readonly NOTES_DIR="${NOTES_DIR_BASE}/${NS:-default}"
|
||||
|
||||
|
||||
cmd_help() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user