From 7ca18d15bec2f4e5c51a0cd27018a06cad2f3124 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 4 Sep 2019 16:02:07 +0200 Subject: Fix tmux yaml file path --- scripts/.scripts/working.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/.scripts/working.sh b/scripts/.scripts/working.sh index d40ee7b..d7484c6 100755 --- a/scripts/.scripts/working.sh +++ b/scripts/.scripts/working.sh @@ -1,3 +1,3 @@ #!/bin/bash -tmuxp load ./working_tmux.yaml +tmuxp load /$HOME/.scripts/working_tmux.yaml -- cgit v1.2.1