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
51b9582399
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
Fixed Typo in ZLE command.
2019-05-02 05:51:34 +00:00
zle -N edit-command-line
Added edit-command-line functions.
2019-05-02 05:49:26 +00:00
env_loader zprofile
Reference in New Issue
Copy Permalink