This commit is contained in:
Marc Beninca 2024-11-18 15:23:25 +01:00
parent 1ef0f04b07
commit 078d3b783e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1,4 +1,5 @@
tm() {
tm() { sh_a__t_mux "${@}"; }
sh_a__t_mux() {
tmux \
"${@}"
}