summaryrefslogtreecommitdiffstatshomepage
path: root/ssh/.config/profile.d/99-ssh-open.sh
blob: 77ac11ff0d4122ef95ef00d9d0da19b9ded89740 (plain)
1
2
3
4
5
#!/bin/sh

if [ -n "$SSH_CLIENT" ] || [ -n "$SSH_CLIENT" ]; then
	export BROWSER="ssh-open"
fi