summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk_fzf/clerk_update3
1 files changed, 1 insertions, 2 deletions
diff --git a/clerk_fzf/clerk_update b/clerk_fzf/clerk_update
index 2e551c9..84d7dd7 100755
--- a/clerk_fzf/clerk_update
+++ b/clerk_fzf/clerk_update
@@ -5,11 +5,10 @@ TMUX_TMPDIR="/tmp/clerk/tmux"
screen=$(tmux list-panes -F "#W")
if [[ $1 == "--create-caches" ]]; then
- tmux new-session -s notify -n 'Updating Cache Files. Please wait a moment' -d
+ tmux new-session -s notify -n 'Updating Cache Files. Please wait a moment' -d 'sl'
tmux switchc -t notify
clerk_fzf --update &
pid=$!
- tmux send-keys -t notify 'sl' C-m
wait $pid
fi