From ccaac00b858370dec33d802abea6fedc22b3c130 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 13 Mar 2006 13:26:17 +0000 Subject: [PATCH] lisp: Kill the random symlinks in the repository. Now that setup can create dotfiles whose names are different from the ones in the repository, we can sort the mess out in setup rather than by cluttering up the source with unpleasant symlinks. --- clisprc.lisp | 1 - cmucl-init.lisp | 1 - sbclrc | 1 - setup | 4 +++- 4 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 clisprc.lisp delete mode 120000 cmucl-init.lisp delete mode 120000 sbclrc diff --git a/clisprc.lisp b/clisprc.lisp deleted file mode 120000 index b812362..0000000 --- a/clisprc.lisp +++ /dev/null @@ -1 +0,0 @@ -lisp-init.lisp \ No newline at end of file diff --git a/cmucl-init.lisp b/cmucl-init.lisp deleted file mode 120000 index b812362..0000000 --- a/cmucl-init.lisp +++ /dev/null @@ -1 +0,0 @@ -lisp-init.lisp \ No newline at end of file diff --git a/sbclrc b/sbclrc deleted file mode 120000 index b812362..0000000 --- a/sbclrc +++ /dev/null @@ -1 +0,0 @@ -lisp-init.lisp \ No newline at end of file diff --git a/setup b/setup index 6d1ef51..cec2351 100755 --- a/setup +++ b/setup @@ -132,7 +132,9 @@ dotfiles=" bash_profile bash_logout bashrc emacs emacs-calc vm mailrc - cmucl-init.lisp clisprc.lisp sbclrc + lisp-init.lisp:.cmucl-init.lisp + lisp-init.lisp:.sbclrc + lisp-init.lisp:.clisprc.lisp dircolors screenrc cvsrc" [ "$xstuff" ] && dotfiles="$dotfiles xinitrc xsession Xdefaults -- 2.11.0