diff --git a/functions/echo_error.fish b/functions/echo_error.fish new file mode 100644 index 0000000..56f48a0 --- /dev/null +++ b/functions/echo_error.fish @@ -0,0 +1,5 @@ +function echo_error + set_color brred --bold + echo -n $argv + set_color normal +end \ No newline at end of file