aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-03 07:15:06 +0100
committerAkshay <[email protected]>2021-10-03 07:15:06 +0100
commitc3ab7ec9fa265bae3f6ced73e6547499a089caa7 (patch)
tree469e5ca1658b82c9ab3a4fc2d90b620dd961075b
parent65f654362add4677c388d4ce353a312b10cc40de (diff)
oopsie, fbin -> tbin
-rw-r--r--scripts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/default.nix b/scripts/default.nix
index 35ed43e..20808e7 100644
--- a/scripts/default.nix
+++ b/scripts/default.nix
@@ -50,7 +50,7 @@ let
50 } 50 }
51 51
52 __list_to_fzf() { 52 __list_to_fzf() {
53 fbin ls -F "#{session_name}" | fzf 53 tbin ls -F "#{session_name}" | fzf
54 } 54 }
55 55
56 if [ -n "$TMUX" ]; then 56 if [ -n "$TMUX" ]; then