Update default session name
This commit is contained in:
parent
f4acbf59c9
commit
9980546a41
2
.tmux
2
.tmux
|
@ -3,7 +3,7 @@
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
|
|
||||||
session_name="${1:-dotfiles}"
|
session_name="${1:-dotfiles-nix}"
|
||||||
session_path="${2:-$(pwd)}"
|
session_path="${2:-$(pwd)}"
|
||||||
|
|
||||||
if tmux has-session -t="${session_name}" 2> /dev/null; then
|
if tmux has-session -t="${session_name}" 2> /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue