Files
skel/dotfiles/zshrc.d/update_skel.zsh
2015-11-08 10:44:03 -08:00

8 lines
142 B
Bash

update_skel() {
(cd $(dirname $(readlink $HOME/.profile)) &&
cd $(git rev-parse --show-toplevel) &&
git pull &&
./install.sh
)
}