mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
3f9fca6696
The long option usage of `status` is deprecated and to be removed by fish 3.0.
14 lines
425 B
Fish
14 lines
425 B
Fish
# Put system-wide fish configuration entries here
|
|
# or in .fish files in conf.d/
|
|
# Files in conf.d can be overridden by the user
|
|
# by files with the same name in $XDG_CONFIG_HOME/fish/conf.d
|
|
|
|
# This file is run by all fish instances.
|
|
# To include configuration only for login shells, use
|
|
# if status is-login
|
|
# ...
|
|
# end
|
|
# To include configuration only for interactive shells, use
|
|
# if status is-interactive
|
|
# ...
|
|
# end
|