summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 56428fe..9ae045c 100644
--- a/bashrc
+++ b/bashrc
@@ -157,7 +157,7 @@ alias passwrap='pass-fzf.bash'
export LEDGER_FILE="$HOME/Budget/ledger/hledger/budget.ledger"
#export TERM="screen-256color" arch wiki says not to set this here.
export LESS="-iMRS -x2"
-export NOTES_DIR="~/Documents/Notes"
+export NOTES_DIR="$HOME/Documents/Notes/"
export RANGER_LOAD_DEFAULT_RC="FALSE"
export FZF_DEFAULT_COMMAND="rg --files --hidden --glob '!.git' "
#export FZF_DEFAULT_COMMAND='ag -l --path-to-ignore ~/.ignore --nocolor --hidden -g ""'