From afed1eda1f3c08edc08f0cd08d1aeda7bceb4c0b Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Wed, 6 Oct 2021 09:20:50 +0200 Subject: [PATCH] Revert inputrc back to symlink --- configs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs.yml b/configs.yml index fa30fb5..17f617f 100644 --- a/configs.yml +++ b/configs.yml @@ -119,8 +119,9 @@ bash: - content='. "$HOME"/setup-cockpit/dotfiles/bash/bash_profile'; grep "$content" "$HOME"/.bash_profile >/dev/null 2>&1 || echo "$content" >> "$HOME"/.bash_profile - run: - content='. "$HOME"/setup-cockpit/dotfiles/bash/bashrc'; grep "$content" "$HOME"/.bashrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.bashrc - - run: - - content='. "$HOME"/setup-cockpit/dotfiles/bash/inputrc'; grep "$content" "$HOME"/.inputrc >/dev/null 2>&1 || echo "$content" >> "$HOME"/.inputrc + - symlink: + - dotfiles/bash/inputrc + - ~/.inputrc - clone: - https://github.com/magicmonty/bash-git-prompt.git - ~/.bash-git-prompt