sending deprecation message to stderr

This commit is contained in:
Bruno Pinto 2014-12-23 16:42:00 -02:00
parent dc2d04f07b
commit 494855b8a5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
set_color red
echo 'Autojump plugin deprecated.'
echo 'Autojump plugin deprecated.' >&2
set_color normal