diff options
author | EuAndreh <eu@euandre.org> | 2018-12-20 08:51:03 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-20 08:51:03 -0200 |
commit | 11084a9940dde6c3f0647d671c9e69db8af46824 (patch) | |
tree | 91091296a73a03047430e7332974227c570ef053 | |
parent | video-feed.sh. (diff) | |
download | dotfiles-11084a9940dde6c3f0647d671c9e69db8af46824.tar.gz dotfiles-11084a9940dde6c3f0647d671c9e69db8af46824.tar.xz |
Run reload after starting annex tmuxinator template.
-rw-r--r-- | bash/aliases.sh | 1 | ||||
-rw-r--r-- | tmux/projects/annex.yml | 11 |
2 files changed, 9 insertions, 3 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index c56375f..fef53cc 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -49,4 +49,5 @@ alias ,s="git status" alias ,d="git diff" alias ,ds="git diff --staged" +alias reload="source $DOTFILES/bash/tests.sh && locked_init && source ~/.bashrc" alias ,r="source $DOTFILES/bash/tests.sh && locked_init && source ~/.bashrc" diff --git a/tmux/projects/annex.yml b/tmux/projects/annex.yml index 92acafe..50d34bc 100644 --- a/tmux/projects/annex.yml +++ b/tmux/projects/annex.yml @@ -5,6 +5,11 @@ windows: - annex+dotfiles: layout: main-vertical panes: - - cd - - j dotfiles && git status - - git status + - misc: + - cd + - dotfiles: + - j dotfiles && git status + - sleep 10 + - reload + - annex: + - git status |