diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-18 20:47:44 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-18 20:47:44 +0000 |
commit | b7fce3ca16442b606f76883618794a1f66d07312 (patch) | |
tree | e1b822ce07ee952b01945ed418ab8d16396356dd /fish | |
parent | e4f795714e0299d673f9b0db2dc2269b7cce89c1 (diff) |
added environment variable for notes directory
Diffstat (limited to 'fish')
-rw-r--r-- | fish/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index fa7d439..214982f 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -21,6 +21,8 @@ set -gx LESS '-iMRS -x2' set -gx PATH ~/.local/bin $PATH set -gx PATH ~/bin $PATH +set -gx NOTES_DIR ~/Documents/Notes + set -gx BOOKMARK_PY_SMTP_HOST smtp.fastmail.com set -gx BOOKMARK_PY_FROM mrlemon@mailforce.net set -gx BOOKMARK_PY_EMAIL bookmark@matthewlemon.com |