Hack around macOS/VMware fs limitation

This commit is contained in:
Loic Nageleisen 2019-11-20 15:33:08 +01:00
parent f95673fddb
commit 1879d5af04

View file

@ -1,7 +1,7 @@
function note() {
(
local title="$1"
local timestamp="$(date +%Y-%m-%dT%H:%M:%S%z)"
local timestamp="$(date +%Y-%m-%dT%H%M%S%z)"
local dir="${HOME}/.local/var/lib/notes"
mkdir -p "${dir}"