4 lines
94 B
Fish
Executable file
4 lines
94 B
Fish
Executable file
#fish shell configuration
|
|
function develop
|
|
tmux -neww session_name: -n window_name -d
|
|
end
|