1
0
mirror of https://github.com/vbrandl/dotfiles synced 2024-11-23 00:13:49 +01:00

Make shell script fault tolerant

This commit is contained in:
Valentin Brandl 2018-08-13 11:47:19 +02:00
parent 6fc3e8e7f6
commit 1982eec644
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -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 :