aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/config.fish
blob: 9be6f07284ef2f4acdb4897385b214b7b479b6db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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