Update /etc/config.fish to use current syntax

The long option usage of `status` is deprecated and to be removed by fish 3.0.
This commit is contained in:
Bjorn Neergaard 2020-05-07 16:42:15 -06:00 committed by David Adam
parent e390ee12c2
commit 3f9fca6696

View file

@ -5,10 +5,10 @@
# This file is run by all fish instances.
# To include configuration only for login shells, use
# if status --is-login
# if status is-login
# ...
# end
# To include configuration only for interactive shells, use
# if status --is-interactive
# if status is-interactive
# ...
# end