summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-10-07 07:57:33 +0100
committerAlan Pearce2013-10-07 07:57:33 +0100
commit16b840b18e4d71f916b37ec3de7e3e2dd963449d (patch)
tree6a199c4b66f264c2126c18e4d86d29e62d81becf
parent66e32f4a0246c67bde50cd737a3f33f7bc9feb22 (diff)
downloaddotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.tar.lz
dotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.tar.zst
dotfiles-16b840b18e4d71f916b37ec3de7e3e2dd963449d.zip
Installer: ensure that the fasdrc is symlinked correctly
-rwxr-xr-xinstall2
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