diff options
Diffstat (limited to 'templates/databases.yaml')
-rw-r--r-- | templates/databases.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/databases.yaml b/templates/databases.yaml new file mode 100644 index 0000000..70a3e66 --- /dev/null +++ b/templates/databases.yaml @@ -0,0 +1,10 @@ +session_name: databases +windows: + - window_name: postgres + panes: + - cd ~/Work/mine/postgres-docker + - cd ~/Work/mine/postgres-docker + - window_name: mysql + panes: + - cd ~/Work/mine/mysql-docker + - cd ~/Work/mine/mysql-docker |