mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix code for locating inputrc-file in users fish configuration directory. Thanks to Reuben Thomas for reporting this.
darcs-hash:20061103155335-ac50b-23ddaec5d0ca591b00e8a59ccc39e63ed8b9ff25.gz
This commit is contained in:
parent
c2021b6225
commit
981f5782d8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ end
|
||||||
# by including them when found.
|
# by including them when found.
|
||||||
#
|
#
|
||||||
|
|
||||||
for i in ~/$config_dir/fish/fish_inputrc @sysconfdir@/fish/fish_inputrc ~/.inputrc /etc/inputrc
|
for i in $configdir/fish/fish_inputrc @sysconfdir@/fish/fish_inputrc ~/.inputrc /etc/inputrc
|
||||||
if test -f $i
|
if test -f $i
|
||||||
set -xg INPUTRC $i
|
set -xg INPUTRC $i
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in a new issue