From 71d5e1caa1478928c4a6f57f6e4ad6a3aaddfa14 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 28 Jul 2019 13:00:08 +0200 Subject: [PATCH] sent polyglot heredoc to ':' instead of 'cat > /dev/null' forking to cat, just to write to /dev/null is wasteful --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 332a1f3..e38fd02 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -# cat << EOF > /dev/null +# : << EOF # https://github.com/gpakosz/.tmux # (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, # without any warranty.