commit eaec4316119558b7f38f783a70c99a3980690451 parent b6af37f5744473004c2ef407778f2cb3fdc44a6b Author: Sven Möller <sven-moeller@outlook.de> Date: Sun, 12 Dec 2021 19:18:45 +0100 Update Diffstat:
M | bash/.profile | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bash/.profile b/bash/.profile @@ -1,5 +1,7 @@ export PATH=$PATH:~/.local/bin export BM_DIR=~/documents/bookmarks +export LEDGER_FILE="$HOME/documents/documents/ledger.txt" + export TERMINAL=st export EDITOR=nvim