From 1982eec644bd211953058add8ad4eba242fb333c Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 13 Aug 2018 11:47:19 +0200 Subject: [PATCH] Make shell script fault tolerant --- meta/configs/tmux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/configs/tmux.yaml b/meta/configs/tmux.yaml index 6f52ce9..198a64e 100644 --- a/meta/configs/tmux.yaml +++ b/meta/configs/tmux.yaml @@ -2,5 +2,5 @@ ~/.tmux.conf: terminals/tmux/tmux.conf - shell: - - [tmux source-file ~/.tmux.conf, Sourcing new tmux configuration] + - [tmux source-file ~/.tmux.conf || true, Sourcing new tmux configuration] # vim: set filetype=yaml ts=4 sw=4 tw=0 et :