From edbb342053531c2e3c773bdadb29a879da1917ce Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 8 Sep 2014 14:07:59 +0200 Subject: [PATCH] Alias to reload tmux config --- .bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 3297c74..7cda729 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -46,6 +46,9 @@ alias takeover="tmux detach -a" # 20140825 as there is no `pip upgrade`, this has to do alias pip_upgrade="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U" +# 20140908 reload tmux config +alias tmux_reload="tmux source-file ~/.tmux.conf" + function fuck() { if killall -9 "$2"; then echo ; echo " (╯°□°)╯︵$(echo "$2"|toilet -f term -F rotate)"; echo