aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index c952e15..04290b8 100644
--- a/shell.nix
+++ b/shell.nix
@@ -12,7 +12,6 @@ with import <nixpkgs> {}; {
];
shellHook = ''
tmux kill-session -t sharedCost >/dev/null 2>&1
- firefox http://localhost:3000/
tmuxinator local
'';
};