This commit is contained in:
2024-07-25 11:40:13 -04:00
parent dbe28d0996
commit f2d3faf299
3 changed files with 1 additions and 1 deletions

View File

View File

View File

@@ -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