Adding tmuxinator env stuff to zshrc
This commit is contained in:
parent
fc97a92caf
commit
8c705a5590
1 changed files with 3 additions and 0 deletions
3
zshrc
3
zshrc
|
|
@ -17,6 +17,9 @@ function install_powerline_precmd() {
|
|||
|
||||
install_powerline_precmd
|
||||
|
||||
# Tmuxinator
|
||||
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator
|
||||
|
||||
alias vi=vim
|
||||
alias tmux="tmux -2"
|
||||
export EDITOR=vim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue