From 90f37190a274134ecad553f0844788b81b821dca Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Wed, 7 Oct 2015 11:32:02 -0700 Subject: [PATCH 1/3] Added line to change default shell to tmux --- custom/example.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom/example.zsh b/custom/example.zsh index 28ffcae25..abc9d7779 100644 --- a/custom/example.zsh +++ b/custom/example.zsh @@ -2,4 +2,5 @@ # Example: # # brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file +# +[[ $TERM != "screen" ]] && exec tmux From 7bb64844968426ead2878307518ece379d96e42a Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Wed, 7 Oct 2015 11:40:40 -0700 Subject: [PATCH 2/3] added two files --- custom/more.txt | 1 + custom/test.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 custom/more.txt create mode 100644 custom/test.txt diff --git a/custom/more.txt b/custom/more.txt new file mode 100644 index 000000000..bb4bbfaeb --- /dev/null +++ b/custom/more.txt @@ -0,0 +1 @@ +more content diff --git a/custom/test.txt b/custom/test.txt new file mode 100644 index 000000000..d670460b4 --- /dev/null +++ b/custom/test.txt @@ -0,0 +1 @@ +test content From 2877573c110ffc587f156ed6601ac732f647466a Mon Sep 17 00:00:00 2001 From: Preston Davis Date: Wed, 7 Oct 2015 12:24:28 -0700 Subject: [PATCH 3/3] Removed sample text files --- custom/more.txt | 1 - custom/test.txt | 1 - 2 files changed, 2 deletions(-) delete mode 100644 custom/more.txt delete mode 100644 custom/test.txt diff --git a/custom/more.txt b/custom/more.txt deleted file mode 100644 index bb4bbfaeb..000000000 --- a/custom/more.txt +++ /dev/null @@ -1 +0,0 @@ -more content diff --git a/custom/test.txt b/custom/test.txt deleted file mode 100644 index d670460b4..000000000 --- a/custom/test.txt +++ /dev/null @@ -1 +0,0 @@ -test content