From d7f22b8b89fa8a535a8e7f96b82aec893c941fae Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Wed, 9 Aug 2017 22:19:51 +0200 Subject: Add readline configuration file. --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index c12f717..a4ec9d9 100755 --- a/setup.sh +++ b/setup.sh @@ -185,6 +185,9 @@ create_symlinks() rm -rf "${install_dir}/.config/htop" ln -sfT "${cfg_dir}/htop" "${install_dir}/.config/htop" + + rm -rf "${install_dir}/.inputrc" + ln -sfT "${cfg_dir}/inputrc" "${install_dir}/.inputrc" } # Directory creation ---------------------------------------------------------- @@ -257,6 +260,8 @@ copy_files() "${dst_dir}/.local/config/htop/htoprc" cp -r "${src_dir}/bin/sshot.sh" \ "${dst_dir}/.local/bin/sshot.sh" + cp -r "${src_dir}/inputrc" \ + "${dst_dir}/.local/config/inputrc" if [ -d "${src_dir}/hosts/$(hostname)" ]; then -- cgit v1.2.3-70-g09d2