Commit 494855b8 authored by Bruno Pinto's avatar Bruno Pinto

sending deprecation message to stderr

parent dc2d04f0
......@@ -2,7 +2,7 @@
# defaults to $PATH
function _append_path
set_color red
echo '_append_path function deprecated. Rename to _prepend_path.'
echo '_append_path function deprecated. Rename to _prepend_path.' >&2
set_color normal
set -l path PATH
......
set_color red
echo 'Autojump plugin deprecated.'
echo 'Autojump plugin deprecated.' >&2
set_color normal
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment