summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2022-04-22 09:26:18 -0700
committerBen Sima <bsima@groq.com>2022-04-22 09:26:51 -0700
commit0a50aa9fca1623a0ba0a29a6af8813989db445e2 (patch)
treef658b9aeb2843d87d5f43ad3f25ea2b80c4a6a42
parentf5c869c8cb96e9fd05250cfafd6a9843697af500 (diff)
trying to troubleshoot something
-rw-r--r--lib/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 917025c..0039650 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -155,7 +155,7 @@ in
reverseSplit = false;
secureSocket = false;
sensibleOnTop = true;
- shell = "${pkgs.bash}/bin/bash";
+ #shell = "${pkgs.bash}/bin/bash";
shortcut = "a";
terminal = "xterm-256color";
tmuxinator.enable = false;