From 884094295eeb66fa06b10abf435c7260c35f214e Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 12 Sep 2014 14:47:40 +0200 Subject: [PATCH] Easy alias for reloading tmux config --- .bash_aliases | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 3297c74..3365039 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" +# 20140912 +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