tmux-sessionizer: remove manual treesitter prompt
This commit is contained in:
parent
b5d21b8bb6
commit
ab7ae9e503
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue