1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-08-19 12:21:42 +02:00

Moved Config File to ~/.config/cadmus/config.json #11 #2

(also fixed double enter bug in generator)
This commit is contained in:
ryangreenup
2020-07-24 01:47:39 +10:00
parent bfaba116a0
commit 2b6dae25c6
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,6 @@ AskValues () {
echoerr "\t (This directory should contain index.md or home.md)"
read -e NOTES_DIR
NOTES_DIR="$(echo "${NOTES_DIR/\~/$HOME}")"
read -d '' -s -n1 choice
# NOTES_DIR="$(cd /; sk --height 40% -i -c 'fd {}' )"
[[ -d "${NOTES_DIR}" ]] || echoerr -e "\n \e[3m\e[1m \e[1;31m ⚠ WARNING: \e[0m No Such Directory!"