Tmuxinator

This commit is contained in:
2025-11-03 22:20:56 +00:00
parent 8e69b82401
commit 2080b21c47
2 changed files with 26 additions and 2 deletions

View File

@@ -89,6 +89,10 @@ alias \
notes="cd ~/Tower/Notes && nvim ." \
aid="aider"
# Projects
alias \
src="tmuxinator start runcats"
# Dev
alias \
sail='[ -f sail ] && sh sail || sh vendor/bin/sail' \
@@ -96,7 +100,9 @@ alias \
y="yarn" \
ci="composer install" \
c="composer" \
tk="go-task"
tk="go-task" \
mux="tmuxinator" \
mex="tmuxinator stop-all"
# Translating
alias \
@@ -131,7 +137,7 @@ function gh() {
echo "Git First-Aid:"
echo "--------------------------------"
for i in {1..${#commands[@]}}; do
echo "$i) ${commands[$i]}"
done