From e096c50387dc27e7624bfb8bcb76066207cb1c49 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 25 Jul 2021 11:12:08 +0200 Subject: Added clout sync file links, Added qutebrowser bookmarks in sync --- local/bin/clout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local/bin/clout') diff --git a/local/bin/clout b/local/bin/clout index 76320da..51fa3b7 100755 --- a/local/bin/clout +++ b/local/bin/clout @@ -25,8 +25,8 @@ remote_host=cacharle.xyz remote="$remote_user@$remote_host" # '/' suffix is significant for rsync to know if it needs to copy in the directory or the directory itself -sync_dir="clout-sync/" -sync_path="${XDG_DATA_HOME:-$HOME/.sync}/$sync_dir" +sync_dir=${CLOUT_SYNC_DIR:-'clout-sync/'} +sync_path="${CLOUT_SYNC_PATH:-"${XDG_DATA_HOME:-"$HOME/.sync"}/$sync_dir"}" create_sync_dirs() { # --mkpath only available in latest version of rsync (not in debian repositories) -- cgit