aboutsummaryrefslogtreecommitdiff
path: root/bash/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/init.sh')
-rw-r--r--bash/init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bash/init.sh b/bash/init.sh
index 5c70918..777a322 100644
--- a/bash/init.sh
+++ b/bash/init.sh
@@ -4,8 +4,8 @@ locked_init() {
pushd ~/ > /dev/null
mkdir -p ~/.emacs.d/.cache/
- mkdir -p ~/.local/share/autojump/
- touch ~/.local/share/autojump/autojump.txt
+ mkdir -p $(dirname "$AUTOJUMP_TXT")
+ touch "$AUTOJUMP_TXT"
# clone all missing repos
mr checkout > /dev/null