mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 19:15:37 +00:00
variabilize notes path for maintainability
This commit is contained in:
parent
cc8007b01c
commit
8c4e802f7d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
function notes --description "Notes functions"
|
function notes --description "Notes functions"
|
||||||
|
|
||||||
set -g NOTES_PATH $HOME/Documents/notes
|
set -gx NOTES_PATH $HOME/Documents/notes
|
||||||
|
|
||||||
function note_dates
|
function note_dates
|
||||||
set -g TODAY_NOTE (date +"%Y-%m-%d_%a")
|
set -g TODAY_NOTE (date +"%Y-%m-%d_%a")
|
||||||
|
@ -226,7 +226,7 @@ let g:rustfmt_autosave = 1 " Formats with rust plugin
|
|||||||
" VimWiki plugin
|
" VimWiki plugin
|
||||||
let g:vimwiki_list = [
|
let g:vimwiki_list = [
|
||||||
\ {
|
\ {
|
||||||
\ 'path': '~/Documents/notes/',
|
\ 'path': $NOTES_PATH,
|
||||||
\ 'syntax': 'markdown',
|
\ 'syntax': 'markdown',
|
||||||
\ 'index': 'home',
|
\ 'index': 'home',
|
||||||
\ 'ext': '.md'
|
\ 'ext': '.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user