root/dotfiles/zsh/oinume/mksymlink.sh

Revision 19408, 142 bytes (checked in by oinume, 3 years ago)

[dotfiles/zsh/oinume]

  • Property svn:executable set to *
  • Property svn:keywords set to Id Date Author Rev URL
Line 
1#!/bin/sh
2
3set -x
4
5CODEREPOS=~/coderepos
6for f in .zshenv .zshenv_private .zshrc ; do
7    ln -sf $CODEREPOS/dotfiles/zsh/oinume/$f ~/$f
8done
9
Note: See TracBrowser for help on using the browser.