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
6c2990e385
dotfiles
/
zsh
/
zprofile
7 lines
93 B
Plaintext
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 edit-command-line functions.
2019-05-02 05:49:26 +00:00
autoload -Uz edit-command-line
zle -n edit-command-line
env_loader zprofile
Reference in New Issue
Copy Permalink