# HG changeset patch # User Ludovic Chabant # Date 1560310887 25200 # Node ID 91652f4b9752fc23a2cc41c7b7a816327071e350 # Parent e79244688396f5a5c88c160adfb31f801afa325f Fix bash config install. diff -r e79244688396 -r 91652f4b9752 install.py --- a/install.py Wed Feb 05 09:29:24 2020 -0800 +++ b/install.py Tue Jun 11 20:41:27 2019 -0700 @@ -138,8 +138,8 @@ @only_on_nix def install_bash(): - mklink('bashrc/bashrc', '.bashrc') - mklink('bashrc/bash_profile', '.bash_profile') + mklink('bashrc/bashrc', '~/.bashrc') + mklink('bashrc/bash_profile', '~/.bash_profile') @only_on_nix