#!/bin/env bash
if [[ -f "/dev/shm/bash/$BASHPID/onprompt" ]]; then 
	source "/dev/shm/bash/$BASHPID/onprompt"
fi
history -a
