summaryrefslogtreecommitdiffstats
path: root/kshrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-06-30 11:14:57 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-06-30 11:14:57 +0100
commit110abbf32dd98f85468b9a77a79ccbe906b65dfe (patch)
tree4cb23523007f987cb3a8579b2c556d7576e4eeb2 /kshrc
parenta01776bdfbc0101eaa255edb5d0752d33195ec48 (diff)
fix to env variable
Diffstat (limited to 'kshrc')
-rw-r--r--kshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/kshrc b/kshrc
index e89e17e..73b3547 100644
--- a/kshrc
+++ b/kshrc
@@ -20,7 +20,7 @@ export BOOKMARK_PY_SMTP_HOST=smtp.fastmail.com
export BOOKMARK_PY_FROM=mrlemon@mailforce.net
export BOOKMARK_PY_EMAIL=bookmark@matthewlemon.com
BOOKMARK_PY_SMTP_PWD="$(pass AppPasswords/mbsync_fastmail_may2022)"
-export BOOKMARK_PY_SMPT_PWD
+export BOOKMARK_PY_SMTP_PWD
HISTFILE=$HOME/.ksh_history
HISTSIZE=20000