diff options
-rw-r--r-- | mr/.mrconfig | 5 | ||||
-rw-r--r-- | tmux/.transparent.conf | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mr/.mrconfig b/mr/.mrconfig index 384abc3..d83da3f 100644 --- a/mr/.mrconfig +++ b/mr/.mrconfig @@ -22,3 +22,8 @@ push = git push origin master checkout = git clone 'gitolite@vaes.uk:phd/base.git' phd update = git pull origin master push = git push origin master + +[$HOME/postdoc] +checkout = git clone 'gitolite@vaes.uk:postdoc/base.git' postdoc +update = git pull origin master +push = git push origin master diff --git a/tmux/.transparent.conf b/tmux/.transparent.conf new file mode 100644 index 0000000..1054f73 --- /dev/null +++ b/tmux/.transparent.conf @@ -0,0 +1,2 @@ +unbind C-b +set -g status off |