unify tmux config
This commit is contained in:
parent
9937fb7be8
commit
701a7fbe51
2 changed files with 4 additions and 2 deletions
3
shellrc
3
shellrc
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue