#!/bin/sh
if [ ! -d "$HOME/.config/ranger" ]; then
	export TERM=linux
	export TERMINFO=/bin/sh 
	ranger --copy-config=all 
fi
