mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
Hack around macOS/VMware fs limitation
This commit is contained in:
parent
f95673fddb
commit
1879d5af04
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
function note() {
|
function note() {
|
||||||
(
|
(
|
||||||
local title="$1"
|
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"
|
local dir="${HOME}/.local/var/lib/notes"
|
||||||
|
|
||||||
mkdir -p "${dir}"
|
mkdir -p "${dir}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue