tmux-sessionizer: remove manual treesitter prompt

main
Zynh Ludwig 2024-08-09 00:58:26 -07:00
parent b5d21b8bb6
commit ab7ae9e503
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in
lib.mkDefault (pkgs.writeShellApplication { lib.mkDefault (pkgs.writeShellApplication {
name = "tmux-sessionizer"; name = "tmux-sessionizer";
runtimeInputs = with pkgs; [ tmux fzf findutils coreutils procps ]; runtimeInputs = with pkgs; [ tmux fzf findutils coreutils procps ];
text = /* bash */ '' text = ''
if [[ $# -eq 1 ]]; then if [[ $# -eq 1 ]]; then
selected=$1 selected=$1
else else