mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Add echo_error function
This commit is contained in:
parent
607f8b702b
commit
1e0426e183
1 changed files with 5 additions and 0 deletions
5
functions/echo_error.fish
Normal file
5
functions/echo_error.fish
Normal file
|
@ -0,0 +1,5 @@
|
|||
function echo_error
|
||||
set_color brred --bold
|
||||
echo -n $argv
|
||||
set_color normal
|
||||
end
|
Loading…
Reference in a new issue