1
1
Fork 0
dotfiles/scripts/helpers/tmux_utils.sh
sharpshark28 b43a98f3cc Squashed 'tpm/' content from commit 0ea31ae
git-subtree-dir: tpm
git-subtree-split: 0ea31ae2d624413719e97dc7e138ed6cf749c7d2
2017-01-21 16:49:30 -06:00

3 lines
77 B
Bash

reload_tmux_environment() {
tmux source-file ~/.tmux.conf >/dev/null 2>&1
}