aboutsummaryrefslogtreecommitdiff
path: root/.config/shell/init
blob: 717e0c9cc930981f7a4d3a29f741526dbbcfda3e (plain)
1
2
3
4
5
6
7
8
#! /usr/bin/env sh

export SHORTSHELL=$(ps -p $$ | tail -n 1 | awk '{ print $NF }')

if [ -z "${SHELLSTORE}" ]
then
	export SHELLSTORE=$(mktemp -d -t "shellstore_XXXXX")
fi