blob: b6cfbccbae994db9e8e9847add9cd57682001be0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name: annex
root: ~/annex/
windows:
- annex+dotfiles:
layout: main-vertical
panes:
- misc:
- cd
- dotfiles:
- cd "$DOTFILES" && git status
- sleep 10
- reload
- annex:
- git status
|