first commit
This commit is contained in:
8
template/bash_profile.template.bash
Normal file
8
template/bash_profile.template.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# shellcheck source=/dev/null
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
# Load Hyperterm
|
||||
source "$HOME"/.hyperterm/hyperterm.sh
|
||||
Reference in New Issue
Block a user