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