hyperterm/template/bash_profile.template.bash
2021-02-10 13:52:52 -05:00

9 lines
176 B
Bash

#!/bin/bash
# shellcheck source=/dev/null
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
# Load Hyperterm
source "$HOME"/.hyperterm/hyperterm.sh