This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/common/bin/tmux-lyte-session

7 lines
186 B
Fish
Executable File

#!/usr/bin/env fish
set session_name $argv[1]
set dir (set -q $argv[2] && echo $argv2 || pwd)
tmux new-session -D -s $session_name -c $dir || \
tmux attach-session -d -t $session_name