Revert inputrc back to symlink
This commit is contained in:
parent
a6b8df2a84
commit
afed1eda1f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue