Revert accidental merge from fork (#571)
This reverts two commits that were accidentally merged from a fork. - commitc3180360ac
- commitccb51c97c6
This commit is contained in:
parent
c3180360ac
commit
b860504752
2 changed files with 1 additions and 8 deletions
6
bin/tat
6
bin/tat
|
@ -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
3
zshrc
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue