diff --git a/.aprc b/.aprc deleted file mode 120000 index a2e5a93..0000000 --- a/.aprc +++ /dev/null @@ -1 +0,0 @@ -.yadr/irb/aprc \ No newline at end of file diff --git a/.escaped_colors.rb b/.escaped_colors.rb deleted file mode 120000 index cbe9a0f..0000000 --- a/.escaped_colors.rb +++ /dev/null @@ -1 +0,0 @@ -.yadr/irb/escaped_colors.rb \ No newline at end of file diff --git a/.unescaped_colors.rb b/.unescaped_colors.rb deleted file mode 120000 index 065e13f..0000000 --- a/.unescaped_colors.rb +++ /dev/null @@ -1 +0,0 @@ -.yadr/irb/unescaped_colors.rb \ No newline at end of file diff --git a/install.sh b/install.sh index 5cd6fa9..e830bda 100755 --- a/install.sh +++ b/install.sh @@ -25,8 +25,8 @@ PERSONAL_FILES=( .zshenv.backup .zshrc.backup # Relative symlinks into .yadr/... — YADR's rake install creates equivalents, # but we deploy these too so things work even if rake install is skipped. - .aprc .ctags .editrc .escaped_colors.rb .gemrc .gitconfig .inputrc .pryrc - .rdebugrc .unescaped_colors.rb .zlogin .zlogout .zpreztorc + .ctags .gemrc .gitconfig .pryrc + .rdebugrc .zlogin .zlogout .zpreztorc .zprofile .zshenv .zshrc )