fix(nix/flake): adding the dr-quine session on tmux

This commit is contained in:
Raphael 2026-03-17 15:17:20 +01:00
parent 3563600699
commit 7f97967484
No known key found for this signature in database

View file

@ -18,7 +18,7 @@
}; };
tmux-setup = pkgs.writeShellScriptBin "tmux-setup" '' tmux-setup = pkgs.writeShellScriptBin "tmux-setup" ''
#!/usr/bin/env sh #!/usr/bin/env sh
SESSION="libasm" SESSION="dr-quine"
DIR=$(git rev-parse --show-toplevel 2>/dev/null || pwd) DIR=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
if ! tmux has-session -t $SESSION 2>/dev/null; then if ! tmux has-session -t $SESSION 2>/dev/null; then
tmux new-session -d -s $SESSION -c "$DIR" -n dev tmux new-session -d -s $SESSION -c "$DIR" -n dev