1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 14:27:34 +00:00

Add echo_error function

This commit is contained in:
Steffo 2021-07-15 12:57:50 +02:00
parent 607f8b702b
commit 1e0426e183
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -0,0 +1,5 @@
function echo_error
set_color brred --bold
echo -n $argv
set_color normal
end