diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..a169cd3 --- /dev/null +++ b/.zshenv @@ -0,0 +1,6 @@ +#This is used to reload the instance +TRAPUSR1() { + if [[ -o INTERACTIVE ]]; then + exec "${SHELL}" + fi +}