chore(ZSH): plugins, themes and prompt
This commit is contained in:
@@ -16,3 +16,12 @@ capture() {
|
||||
}
|
||||
'
|
||||
}
|
||||
|
||||
sourceall(){
|
||||
set -e
|
||||
pids=$(pgrep zsh)
|
||||
while IFS= read -r pid; do
|
||||
kill -USR1 "$pid"
|
||||
done <<< "$pids"
|
||||
set +e
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user