Skip to content

Commit

Permalink
update import.sh and deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Matsui Masashi committed May 23, 2021
1 parent 81a73e3 commit 0db60c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ if ! type anyenv >/dev/null 2>&1; then
git clone https://github.com/riywo/anyenv ~/.anyenv
fi

files=(".zshrc" ".bashrc" ".bash_profile" ".bash_aliases")
files=(".zshrc" ".zshenv" ".zprofile" ".bashrc" ".bash_profile" ".aliases")

for file in ${files[@]}
do
if [ -e ~/${file} ]; then
Expand Down
2 changes: 1 addition & 1 deletion import.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

targets=(".zshrc" ".bashrc" ".bash_profile" ".bash_aliases")
targets=(".zshrc" ".zshenv" ".zprofile" ".bashrc" ".bash_profile" ".aliases")
for target in ${targets[@]}
do
if [ -e ~/${target} ]; then
Expand Down

0 comments on commit 0db60c9

Please sign in to comment.