From a203b8e3be8659b7e27b49eb0c9c73f67cbb4ed5 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 18 Feb 2024 22:20:01 -0500 Subject: [PATCH] Adjust dconf-dump rm time --- fake_home/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake_home/.zshrc b/fake_home/.zshrc index da489c9..962eb1e 100644 --- a/fake_home/.zshrc +++ b/fake_home/.zshrc @@ -116,9 +116,9 @@ function getdot { cd "$DOT_DIR" || return 1 git pull && ./copy.sh if command -v scpace &> /dev/null; then + rm /tmp/dconf-dump scp -P 11275 'sage@sagev.space:~/dconf-dump' /tmp/dconf-dump dconf load / < /tmp/dconf-dump || return 1 - rm /tmp/dconf-dump else echo "An alias for scpace has not been defined on this device!" fi