aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 23:28:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 23:28:50 +1000
commite1dd17a7ddaf53e87f8033adc8497feb84119c5a (patch)
tree9b09f72eb7ef1550f9d2d1955524889616dc968b /etc
parent5c8d9bd13c82c66fcb0b15d2844359dc3c306d96 (diff)
Move over fish_interactive.fish to be created by the Makefile, not by Autoconf
darcs-hash:20060720132850-ac50b-2f1a4815a2a67541d3461768d00e185168727b92.gz
Diffstat (limited to 'etc')
-rw-r--r--etc/fish_interactive.fish.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/fish_interactive.fish.in b/etc/fish_interactive.fish.in
index bace35a2..0e5d5543 100644
--- a/etc/fish_interactive.fish.in
+++ b/etc/fish_interactive.fish.in
@@ -30,10 +30,10 @@ end
# be exported, since the fish inputrc file plays nice with other files
# by including them when found.
# Give priority to the default file installed with fish in
-# @SYSCONFDIR@/fish_inputrc.
+# @sysconfdir@/fish_inputrc.
#
-for i in ~/.fish_inputrc @SYSCONFDIR@/fish_inputrc ~/.inputrc /etc/inputrc
+for i in ~/.fish_inputrc @sysconfdir@/fish_inputrc ~/.inputrc /etc/inputrc
if test -f $i
set -xg INPUTRC $i
break