Add dot_config/zsh/libraries.zsh
Update dot_zshrc
This commit is contained in:
parent
2b2ef037ab
commit
aee1490b72
2 changed files with 8 additions and 2 deletions
5
dot_config/zsh/libraries.zsh
Normal file
5
dot_config/zsh/libraries.zsh
Normal file
|
@ -0,0 +1,5 @@
|
|||
z4h source -c $OML/history.zsh
|
||||
z4h source -c $OML/completion.zsh
|
||||
z4h source -c $OML/directories.zsh
|
||||
z4h source -c $OML/clipboard.zsh
|
||||
z4h source -c $OML/grep.zsh
|
|
@ -28,8 +28,9 @@ z4h init || return
|
|||
z4h source -c $HOME/.config/zsh/export.zsh
|
||||
z4h source -c $HOME/.config/local/export.zsh
|
||||
|
||||
# libraries (ohmyzsh)
|
||||
for l in 'history' 'completion' 'directories' 'clipboard' 'grep'; do z4h source -c $OML/$l.zsh; done
|
||||
# libraries
|
||||
z4h source -c $HOME/.config/zsh/plugins.zsh
|
||||
z4h source -c $HOME/.config/local/plugins.zsh
|
||||
|
||||
# plugins
|
||||
z4h source -c $HOME/.config/zsh/plugins.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue