chore(zsh): Added TRAPUSR1 to respawn shell on theme change
This commit is contained in:
parent
3c4c1f39a4
commit
10d6164a7f
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