mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-01-20 02:32:46 +08:00
sending deprecation message to stderr
This commit is contained in:
parent
dc2d04f07b
commit
494855b8a5
|
@ -2,7 +2,7 @@
|
||||||
# defaults to $PATH
|
# defaults to $PATH
|
||||||
function _append_path
|
function _append_path
|
||||||
set_color red
|
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_color normal
|
||||||
|
|
||||||
set -l path PATH
|
set -l path PATH
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
set_color red
|
set_color red
|
||||||
echo 'Autojump plugin deprecated.'
|
echo 'Autojump plugin deprecated.' >&2
|
||||||
set_color normal
|
set_color normal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user