diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/bash set -xeou pipefail -rm -f ~/.bash_profile ~/.bashrc +rm -f ~/.bash_profile ~/.bashrc ~/.profile cd ~/.rc stow --no-folding --adopt . git restore . |
