Skip to content

Commit 903ad73

Browse files
committed
reorder config files
1 parent 64a859f commit 903ad73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ symlink() {
2323

2424
# For all files `$name` in the present folder except `*.sh`, `README.md`, `settings.json`,
2525
# and `config`, backup the target file located at `~/.$name` and symlink `$name` to `~/.$name`
26-
for name in aliases gitconfig irbrc rspec zprofile zshrc pryrc; do
26+
for name in aliases gitconfig irbrc pryrc rspec zprofile zshrc; do
2727
if [ ! -d "$name" ]; then
2828
target="$HOME/.$name"
2929
backup $target

0 commit comments

Comments
 (0)