Support DATE_FMT
This format string is being used in my i3 config and in my alias for creating a gPaste. I figured it'd be nice to set a variable that defines the format. Future me: run `man date` to see what format options are supported.
This commit is contained in:
parent
f9b7b86b9c
commit
ebde4edc0e
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
EDITOR="emacs"
|
||||
BROWSER="chrome"
|
||||
EDITOR=emacs
|
||||
BROWSER=google-chrome
|
||||
NIXIFY="$HOME/programming/nixify"
|
||||
DATE_FMT=%b-%d-%Y_%T # my preferred date formatting string used for generated filename
|
||||
|
||||
# commonly used config files
|
||||
v="$HOME/.config/nvim/init.vim"
|
||||
|
|
Loading…
Reference in a new issue