diff --git a/fzf_nova/_translate_eng_to_spanish b/fzf_nova/_translate_eng_to_spanish index 26d1141..4f00174 100755 --- a/fzf_nova/_translate_eng_to_spanish +++ b/fzf_nova/_translate_eng_to_spanish @@ -8,8 +8,8 @@ set -o vi while true do - read -rep ">>> Translate English to Spanish: " INPUT - history -s "$INPUT" - trans en:es "$INPUT" - printf "\n" + read -rep ">>> Translate English to Spanish: " INPUT + history -s "$INPUT" + trans en:es "$INPUT" + printf "\n" done diff --git a/fzf_nova/_translate_shell b/fzf_nova/_translate_shell index 08cd965..bbc4a51 100755 --- a/fzf_nova/_translate_shell +++ b/fzf_nova/_translate_shell @@ -8,9 +8,9 @@ set -o vi while true do - read -rep ">>> Translate Text: " INPUT - history -s "$INPUT" - trans "$INPUT" - printf "\n" + read -rep ">>> Translate Text: " INPUT + history -s "$INPUT" + trans "$INPUT" + printf "\n" done diff --git a/fzf_nova/_tuxi b/fzf_nova/_tuxi index 46dbc11..3edc73d 100755 --- a/fzf_nova/_tuxi +++ b/fzf_nova/_tuxi @@ -9,8 +9,8 @@ set -o vi while true do - read -rep "Ask Google A Question: " INPUT - history -s "$INPUT" - tuxi -r "$INPUT" - printf "\n" + read -rep ">>> Ask Google A Question: " INPUT + history -s "$INPUT" + tuxi -r "$INPUT" + printf "\n" done