mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: zplug local plugins
This commit is contained in:
@@ -11,14 +11,12 @@ HIST_STAMPS="%d/%m/%Y %I:%M:%S"
|
||||
|
||||
source ~/.zplug/init.zsh
|
||||
|
||||
zplug "$DOTFILES/plugins", from:local
|
||||
|
||||
zplug "mfaerevaag/wd", as:command, use:"wd.sh", hook-load:"wd() { . $ZPLUG_REPOS/mfaerevaag/wd/wd.sh }"
|
||||
zplug romkatv/powerlevel10k, as:theme, depth:1
|
||||
zplug zsh-users/zsh-autosuggestions
|
||||
|
||||
# TODO zplug from:local doesn't work
|
||||
source "$HOME/.dotfiles/plugins/git.plugin.zsh"
|
||||
source "$HOME/.dotfiles/plugins/dotenv.plugin.zsh"
|
||||
|
||||
zplug load
|
||||
|
||||
# Preferred editor for local and remote sessions
|
||||
|
||||
Reference in New Issue
Block a user