Compare commits

...

4 Commits

Author SHA1 Message Date
Trey Blancher b4146ba26d Initial commit of timetracker/*.log syntax highlighting 2023-04-06 16:57:45 -04:00
Trey Blancher 55a6247dca Renamed timetracker vim macros file 2023-04-06 16:11:36 -04:00
Trey Blancher 0e1e437686 amend! New paths for GNU tar and coreutils
New paths for GNU tar and grep
2023-03-03 17:12:01 -05:00
Trey Blancher 670b577d08 New paths for GNU tar and grep 2023-03-03 17:10:55 -05:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1 @@
klYjp
kly$jp
autocmd BufRead,BufNewFile *.log set filetype=timetracker

2
timetracker_macros.vim Normal file
View File

@ -0,0 +1,2 @@
klYjp
kly$jp

View File

@ -1,6 +1,6 @@
#!/bin/bash
PATH=/Users/tblancher/homebrew/Cellar/gnu-tar/1.34/libexec/gnubin:/Users/tblancher/homebrew/Cellar/coreutils/9.0/libexec/gnubin:/Users/tblancher/homebrew/bin
PATH=/Users/tblancher/homebrew/Cellar/gnu-tar/1.34_1/libexec/gnubin:/Users/tblancher/homebrew/Cellar/coreutils/9.1/libexec/gnubin:/Users/tblancher/homebrew/bin
MONTH=$(( $(date +%m) - 1 ))
if [ "x$1" == "x" ]
then