diff options
author | Alan Pearce | 2013-10-07 07:57:33 +0100 |
---|---|---|
committer | Alan Pearce | 2013-10-07 07:57:33 +0100 |
commit | 16b840b18e4d71f916b37ec3de7e3e2dd963449d (patch) | |
tree | 6a199c4b66f264c2126c18e4d86d29e62d81becf /install | |
parent | 66e32f4a0246c67bde50cd737a3f33f7bc9feb22 (diff) | |
download | dotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.tar.lz dotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.tar.zst dotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.zip |
Installer: ensure that the fasdrc is symlinked correctly
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install index 16d30c5..c3e2feb 100755 --- a/install +++ b/install @@ -35,7 +35,7 @@ install-dot () { install-dot dotfiles/.git/hooks/ dotfiles/git-hooks/* install-dot .emacs.d/ dotfiles/emacs/* -install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc +install-dot . dotfiles/^install(.) dotfiles/zsh/zshrc dotfiles/zsh/fasdrc install-dot .ssh/ dotfiles/ssh/* if [[ -d projects/dwm ]] then |