aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/config.fish
blob: f4cb09bafbf4fe8470073845aa9398ad50f4d6a5 (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-interactive
#   ...
# end