index
:
tmux
master
TMUX configuration
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
tpm
/
scripts
/
helpers
/
shell_echo_functions.sh
blob: ecaa37e4e542a992319c0d40ff620148304b5118 (
plain
)
1
2
3
4
5
6
7
echo_ok
()
{
echo
"
$*
"
}
echo_err
()
{
fail_helper
"
$*
"
}