From fa0f20a953bf15156cfae1fa963fd7c4ad1403ba Mon Sep 17 00:00:00 2001 From: Gordon Grant-Stuart Date: Sat, 29 Jul 2023 12:26:24 +0000 Subject: [PATCH] Update 'init.sh' --- init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/init.sh b/init.sh index ca8bb9a..d579119 100755 --- a/init.sh +++ b/init.sh @@ -18,6 +18,7 @@ if [[ $(grep -c $col ~/.bash_aliases) -eq 0 ]]; then fi mv "$SCRIPT_DIR/.Books" "$HOME/.Books" +echo "$SCRIPT_DIR" > $HOME/.Books/bookdir ########## Install screen, git & pandoc #############