core(flake/tmux): correct the name of the project
This commit is contained in:
parent
80f9c13203
commit
ec4eec13c8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
tmux-setup = pkgs.writeShellScriptBin "tmux-setup" ''
|
||||
#!/usr/bin/env sh
|
||||
SESSION="transandance"
|
||||
SESSION="transcendance"
|
||||
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