chore(ZSH): plugins, themes and prompt
This commit is contained in:
parent
da4cb6094f
commit
9e92a6a8cb
15 changed files with 157 additions and 24 deletions
|
@ -16,3 +16,12 @@ capture() {
|
|||
}
|
||||
'
|
||||
}
|
||||
|
||||
sourceall(){
|
||||
set -e
|
||||
pids=$(pgrep zsh)
|
||||
while IFS= read -r pid; do
|
||||
kill -USR1 "$pid"
|
||||
done <<< "$pids"
|
||||
set +e
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue