diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-27 20:14:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-27 20:14:56 +0100 |
commit | cced28ba8192c96c148b69afee96515ef50fbbb6 (patch) | |
tree | 2993436a70b5d747c661831c906e2b5e6733f580 /.local/bin/vimdate | |
parent | Fix (diff) | |
download | dotfiles-bsd-cced28ba8192c96c148b69afee96515ef50fbbb6.tar.gz dotfiles-bsd-cced28ba8192c96c148b69afee96515ef50fbbb6.tar.bz2 dotfiles-bsd-cced28ba8192c96c148b69afee96515ef50fbbb6.tar.xz dotfiles-bsd-cced28ba8192c96c148b69afee96515ef50fbbb6.tar.zst dotfiles-bsd-cced28ba8192c96c148b69afee96515ef50fbbb6.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/vimdate | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/vimdate b/.local/bin/vimdate deleted file mode 100755 index 921e0d2..0000000 --- a/.local/bin/vimdate +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/local/bin/dash - -printf ' * ' -date -# date "+%Y-%m-%d %H:%M" - -# vim: filetype=sh |