modifications to obtain working environment
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
shell=$(basename "$SHELL")
|
||||
|
||||
# check if reattach-to-user-namespace is available
|
||||
|
||||
4
bin/tm
4
bin/tm
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# abort if we're already inside a TMUX session
|
||||
[ "$TMUX" == "" ] || exit 0
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
# present menu for user to choose which workspace to open
|
||||
PS3="Please choose your session: "
|
||||
options=($(tmux list-sessions -F "#S" 2>/dev/null) "New Session" "zsh")
|
||||
options=($(tmux list-sessions -F "#S" 2>/dev/null) "New Session")
|
||||
echo "Available sessions"
|
||||
echo "------------------"
|
||||
echo " "
|
||||
|
||||
Reference in New Issue
Block a user