Codebase list tmuxp / a6768aa
Fix start dir example to use bin instead of proc (for os x) Tony Narlock 7 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
4242 "echo '\\033c absolute paths also have precedence.'",
4343 "pwd"
4444 ],
45 "start_directory": "/proc",
46 "window_name": "should be /proc"
45 "start_directory": "/bin",
46 "window_name": "should be /bin"
4747 },
4848 {
4949 "panes": [
6969 ],
7070 "session_name": "start directory",
7171 "start_directory": "/var/"
72 }
72 }
2020 - shell_command:
2121 - 'echo \\033c ~ has precedence. note: remember to quote ~ in YAML'
2222 - pwd
23 - window_name: should be /proc
24 start_directory: /proc
23 - window_name: should be /bin
24 start_directory: /bin
2525 panes:
2626 - echo '\033c absolute paths also have precedence.'
2727 - pwd