chore(zsh): Added TRAPUSR1 to respawn shell on theme change
This commit is contained in:
parent
fa2f8c0501
commit
837ce10657
1 changed files with 6 additions and 0 deletions
6
.zshenv
Normal file
6
.zshenv
Normal file
|
@ -0,0 +1,6 @@
|
|||
#This is used to reload the instance
|
||||
TRAPUSR1() {
|
||||
if [[ -o INTERACTIVE ]]; then
|
||||
exec "${SHELL}"
|
||||
fi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue