summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-20 17:36:29 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-20 17:36:29 +0100
commit9ff11535982a760b9a41de70bb6345cd7c3882e9 (patch)
tree14955d509ea1fb79fff582bf7ad17feabbe981c0
parentAdded script to add commented date in vim (diff)
downloaddotfiles-bsd-9ff11535982a760b9a41de70bb6345cd7c3882e9.tar.gz
dotfiles-bsd-9ff11535982a760b9a41de70bb6345cd7c3882e9.tar.bz2
dotfiles-bsd-9ff11535982a760b9a41de70bb6345cd7c3882e9.tar.xz
dotfiles-bsd-9ff11535982a760b9a41de70bb6345cd7c3882e9.tar.zst
dotfiles-bsd-9ff11535982a760b9a41de70bb6345cd7c3882e9.zip
update
Diffstat (limited to '')
-rwxr-xr-x.local/bin/vimdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/vimdate b/.local/bin/vimdate
index 9d9046e..8691a12 100755
--- a/.local/bin/vimdate
+++ b/.local/bin/vimdate
@@ -1,6 +1,6 @@
#!/usr/local/bin/dash
printf ' * '
-date "+%y-%m-%d %H:%M"
+date "+%Y-%m-%d %H:%M"
# vim: filetype=sh