mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Stop hacking around with weird encodings
This commit is contained in:
parent
1879d5af04
commit
86cf4e97c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue