aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-04 23:46:47 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-04 23:46:47 +1200
commit4530d63af43a6781ce5965eb967c922b1e71a9b2 (patch)
treea76a9ecd60500b09036d4a2568fc5a18cb40d5d0 /install
parentQuick and dirty fix for Markdown highlighting (diff)
downloaddotfiles-4530d63af43a6781ce5965eb967c922b1e71a9b2.tar.gz
dotfiles-4530d63af43a6781ce5965eb967c922b1e71a9b2.zip
Refactor bashrc config for parity with new zshrc
I'm trying out Zshrc for a bit for a future Arabesque article. I've started by just trying to get rough feature parity with my Bash configuration. I've had some moderate success though it's taken quite some time.
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 2 insertions, 0 deletions
diff --git a/install b/install
index a30a0649..120a32e0 100755
--- a/install
+++ b/install
@@ -14,6 +14,8 @@ ln -fs ".dotfiles/readline/inputrc" "${HOME}/.inputrc"
ln -fs ".dotfiles/tmux/tmux.conf" "${HOME}/.tmux.conf"
ln -fs ".dotfiles/vim/vimrc" "${HOME}/.vimrc"
ln -fs ".dotfiles/vim/gvimrc" "${HOME}/.gvimrc"
+ln -fs ".dotfiles/zsh/zshenv" "${HOME}/.zshenv"
+ln -fs ".dotfiles/zsh/zshrc" "${HOME}/.zshrc"
# Link in directories, removing whatever's already there first.
if [ -e "${HOME}/.vim" ]; then