This website requires JavaScript.
Explore
Help
Sign In
james
/
dotfiles
Watch
1
Star
0
Fork
0
You've already forked dotfiles
Code
Issues
7
Pull Requests
Releases
Activity
5799cbb1b4
dotfiles
/
zsh
/
zshrc
7 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
Adding basic zsh configuration. At this point the following doesn't work. - prompt - history - most autocomplete Additionally with the tmux script getting loaded zplug we are getting a double render issue, which is increasing the start up time. I'll probably move this before the .zshrc set to short circuit having to set up all zplug script twice before having a useable shell.
2019-05-01 03:29:37 +00:00
# vim: syn=zsh
Added tmux-autostart function to start before the rest of the plugins. This will prevent the double render issue that existed prior. It will still render twice, but the second render will be defered until after tmux has been quit.
2019-05-01 21:25:56 +00:00
source
"
${
ZDIR
}
/modules/tmux/init.zsh
"
Adding basic zsh configuration. At this point the following doesn't work. - prompt - history - most autocomplete Additionally with the tmux script getting loaded zplug we are getting a double render issue, which is increasing the start up time. I'll probably move this before the .zshrc set to short circuit having to set up all zplug script twice before having a useable shell.
2019-05-01 03:29:37 +00:00
source
$ZDIR
/zplug
env_loader zshrc
Reference in New Issue
Copy Permalink