comparison install.py @ 479:91652f4b9752

Fix bash config install.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 11 Jun 2019 20:41:27 -0700
parents e368c8ae2a4b
children 5bbc05a69f4c
comparison
equal deleted inserted replaced
478:e79244688396 479:91652f4b9752
136 136
137 # Installer methods. 137 # Installer methods.
138 138
139 @only_on_nix 139 @only_on_nix
140 def install_bash(): 140 def install_bash():
141 mklink('bashrc/bashrc', '.bashrc') 141 mklink('bashrc/bashrc', '~/.bashrc')
142 mklink('bashrc/bash_profile', '.bash_profile') 142 mklink('bashrc/bash_profile', '~/.bash_profile')
143 143
144 144
145 @only_on_nix 145 @only_on_nix
146 def install_fish(): 146 def install_fish():
147 ensure_dir('~/.config/fish') 147 ensure_dir('~/.config/fish')