mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
6288f89bf9
instead add a bit of information on how fish's configuration works for the admin to etc/config.fish. This means that fish is fully functional without /etc, which might be nice for "stateless" systems.
14 lines
428 B
Fish
14 lines
428 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-interactiv
|
|
# ...
|
|
# end
|