mirror of
https://github.com/chenasraf/dotfiles.git
synced 2026-05-18 01:29:06 +00:00
fix: src->dfs
This commit is contained in:
@@ -43,9 +43,9 @@ dfe() {
|
||||
if [[ $? -eq 0 && $hash != $newhash ]]; then
|
||||
if [[ $no_src -ne 1 ]]; then
|
||||
if [[ $quiet -ne 1 ]]; then
|
||||
src $1
|
||||
dfs $1
|
||||
else
|
||||
src -q $1
|
||||
dfs -q $1
|
||||
fi
|
||||
fi
|
||||
else
|
||||
@@ -122,7 +122,7 @@ dfpe() {
|
||||
return $?
|
||||
}
|
||||
|
||||
# same as src, but for plugin files
|
||||
# same as dfs, but for plugin files
|
||||
dfps() {
|
||||
local flags=()
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ source ~/.zplug/init.zsh
|
||||
zplug "$DOTFILES/plugins", from:local
|
||||
|
||||
# Remote
|
||||
zplug "chenasraf/git-open", depth:1
|
||||
zplug "chenasraf/git-open", depth:1, at:develop
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user