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:
parent
e390ee12c2
commit
3f9fca6696
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user