From f2d3faf299561c882d975be7e1cfb3f7102bcb52 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Thu, 25 Jul 2024 11:40:13 -0400 Subject: [PATCH] save --- scripts/cht/tmux-cht-command | 0 scripts/cht/tmux-cht-lang | 0 scripts/{ => cht}/tmux-cht.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 scripts/cht/tmux-cht-command create mode 100644 scripts/cht/tmux-cht-lang rename scripts/{ => cht}/tmux-cht.sh (83%) diff --git a/scripts/cht/tmux-cht-command b/scripts/cht/tmux-cht-command new file mode 100644 index 0000000..e69de29 diff --git a/scripts/cht/tmux-cht-lang b/scripts/cht/tmux-cht-lang new file mode 100644 index 0000000..e69de29 diff --git a/scripts/tmux-cht.sh b/scripts/cht/tmux-cht.sh similarity index 83% rename from scripts/tmux-cht.sh rename to scripts/cht/tmux-cht.sh index d639c24..386c695 100755 --- a/scripts/tmux-cht.sh +++ b/scripts/cht/tmux-cht.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -selected=`cat ~/.tmux-cht-languages ~/.tmux-cht-command | fzf` +selected=`cat ~/scripts/tmux-cht-languages ~/scripts/tmux-cht-command | fzf` if [[ -z $selected ]]; then exit 0 fi