1
0
Fork 0

unify tmux config

This commit is contained in:
Von Random 2015-06-11 14:56:16 +03:00
parent 9937fb7be8
commit 701a7fbe51
2 changed files with 4 additions and 2 deletions

View file

@ -23,6 +23,7 @@ dotfiles="${HOME}/vdotfiles"
comp_enabled=true
vcs_enabled=true
export SSH_AUTH_SOCKET="${HOME}/.ssh/ssh_auth_socket"
export TIME_STYLE='long-iso'
export LANG='en_US.UTF-8'
export LC_TIME='en_DK.UTF-8'
@ -116,6 +117,8 @@ seconds-to-hr() {
printf '%sd %sh %sm %ss\n' $d $h $m $s
fi
}
tmuxrc() { tmux source-file "${HOME}/.tmux.conf"; tmux display-message "Config reloaded."; }
# }}}
if is_zsh; then
# zsh