aboutsummaryrefslogtreecommitdiffstats
path: root/template/bash_profile.template.bash
blob: cb2838bdafb6fb1cc9994efe291dd8d172f7bc09 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# shellcheck source=/dev/null

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

# Load Hyperterm
source "$HOME"/.hyperterm/hyperterm.sh