]> git.huck.website - zsh.git/commitdiff
move zshmux to shell
authorHuck Boles <huck@huck.website>
Sat, 13 May 2023 03:01:32 +0000 (22:01 -0500)
committerHuck Boles <huck@huck.website>
Sat, 13 May 2023 03:01:32 +0000 (22:01 -0500)
.gitignore
include/zshmux.sh [moved from include/zshmux.zsh with 99% similarity]

index ceca2e25ca4c5344b95f7e6dca956af0370f2dbb..73f6819358bb62951921c32fe1107c0f2764fccb 100644 (file)
@@ -1,6 +1,7 @@
 *
 !.gitignore
 !*.zsh
+!*.sh
 !.zshrc
 !.zshenv
 !.zprofile
similarity index 99%
rename from include/zshmux.zsh
rename to include/zshmux.sh
index f82c848245bacd8d89ff74cb381c6fa5f3c91dbb..072b59152b16095117562f3f02e000b632bae22a 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/zsh
+#!/bin/bash
 
 # start tmux server if it's not already running
 [[ ! $(pgrep tmux) ]] && tmux start