Revert accidental merge from fork (#571)

This reverts two commits that were accidentally merged from a fork.
- commit c3180360ac
- commit ccb51c97c6
This commit is contained in:
Derrick Carr 2017-11-17 16:36:59 -08:00 committed by GitHub
parent c3180360ac
commit b860504752
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 8 deletions

View file

@ -19,11 +19,7 @@ create_detached_session() {
create_if_needed_and_attach() { create_if_needed_and_attach() {
if not_in_tmux; then if not_in_tmux; then
tmux new-session -As "$session_name" -n code -d tmux new-session -As "$session_name"
tmux new-window -t "$session_name" -n server
tmux new-window -t "$session_name" -n console
tmux select-window -t "$session_name" -n
tmux attach -t "$session_name"
else else
if ! session_exists; then if ! session_exists; then
create_detached_session create_detached_session

3
zshrc
View file

@ -46,6 +46,3 @@ _load_settings "$HOME/.zsh/configs"
# aliases # aliases
[[ -f ~/.aliases ]] && source ~/.aliases [[ -f ~/.aliases ]] && source ~/.aliases
. $HOME/.asdf/asdf.sh
. $HOME/.asdf/completions/asdf.bash