From 3f9fca66968d9a13cb8c2951dbb4c1570fb063ae Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Thu, 7 May 2020 16:42:15 -0600 Subject: [PATCH] Update /etc/config.fish to use current syntax The long option usage of `status` is deprecated and to be removed by fish 3.0. --- etc/config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.fish b/etc/config.fish index f4cb09baf..1aa4ff827 100644 --- a/etc/config.fish +++ b/etc/config.fish @@ -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