Skip to content

Commit

Permalink
Added script to generate links for deployment,
Browse files Browse the repository at this point in the history
Added c=scd alias
  • Loading branch information
jhnphm committed Apr 28, 2014
1 parent dad548a commit 05aa51d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ eval `dircolors`
alias cp='cp --reflink=auto'
alias ls='ls --color=auto'
alias vi=vim

alias s=scd
5 changes: 5 additions & 0 deletions link.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#! /bin/zsh
DOTFILES=`pwd`

ln -sf $DOTFILES/.vim* ..
ln -sf $DOTFILES/.zsh* ..

0 comments on commit 05aa51d

Please sign in to comment.