mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Fix comment
This commit is contained in:
@@ -57,7 +57,7 @@ tdlm() {
|
||||
}
|
||||
|
||||
# Create a multi-pane swarm layout with the same command started in each pane (great for AI)
|
||||
# Usage: tpl <pane_count> <command>
|
||||
# Usage: tsl <pane_count> <command>
|
||||
tsl() {
|
||||
[[ -z $TMUX ]] && { echo "You must start tmux to use this function."; return 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user