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