build(flake): renaming the session variable
- Was basing my flake on my transcendance's
This commit is contained in:
parent
88af64a057
commit
9641024e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
tmux-setup = pkgs.writeShellScriptBin "tmux-setup" ''
|
||||
#!/usr/bin/env sh
|
||||
SESSION="transcendance"
|
||||
SESSION="libasm"
|
||||
DIR=$(git rev-parse --show-toplevel 2>/dev/null || pwd)
|
||||
if ! tmux has-session -t $SESSION 2>/dev/null; then
|
||||
tmux new-session -d -s $SESSION -c "$DIR" -n dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue