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"
 | 
					EDITOR=emacs
 | 
				
			||||||
BROWSER="chrome"
 | 
					BROWSER=google-chrome
 | 
				
			||||||
NIXIFY="$HOME/programming/nixify"
 | 
					NIXIFY="$HOME/programming/nixify"
 | 
				
			||||||
 | 
					DATE_FMT=%b-%d-%Y_%T # my preferred date formatting string used for generated filename
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# commonly used config files
 | 
					# commonly used config files
 | 
				
			||||||
v="$HOME/.config/nvim/init.vim"
 | 
					v="$HOME/.config/nvim/init.vim"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue