diff --git a/ani-cli b/ani-cli index faa228c..682df8d 100755 --- a/ani-cli +++ b/ani-cli @@ -222,7 +222,8 @@ open_episode () { # Start Up # ############ -trap "echo -e '$c_reset'" INT HUP +# to clear the colors when exited using SIGINT +trap "printf '$c_reset'" INT HUP dep_ch "$player_fn" "curl" "sed" "grep"