diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-20 17:36:29 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-20 17:36:29 +0100 |
commit | 9ff11535982a760b9a41de70bb6345cd7c3882e9 (patch) | |
tree | 14955d509ea1fb79fff582bf7ad17feabbe981c0 | |
parent | Added script to add commented date in vim (diff) | |
download | dotfiles-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/vimdate | 2 |
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 |