mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:16:13 +01:00
tmux new sessions
This commit is contained in:
@@ -36,7 +36,7 @@ in {
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
if [ -x "$(command -v tmux)" ] && [ -n "$DISPLAY" ] && [ -z "$TMUX" ]; then
|
||||
# exec tmux new-session -A -s $USER >/dev/null 2>&1
|
||||
exec tmux new-session -s $USER >/dev/null 2>&1
|
||||
exec tmux new-session
|
||||
fi
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user