@ -1,3 +1,4 @@
#!/hint/sh
__resh_reset_variables() {
__RESH_RECORD_ID=$(__resh_get_uuid)
# shellcheck source=../submodules/bash-zsh-compat-widgets/bindfunc.sh
. ~/.resh/bindfunc.sh
PATH=$PATH:~/.resh/bin
# if [ -n "$ZSH_VERSION" ]; then
@ -1,3 +1,5 @@
# util.sh - resh utility functions
__resh_get_uuid() {
cat /proc/sys/kernel/random/uuid 2>/dev/null || resh-uuid
# shellcheck source=hooks.sh
. ~/.resh/hooks.sh