all repos — nixfiles @ 0f7651cd3428226a454461de8dd883e4735d8d9a

System and user configuration, managed by nix and home-manager

zsh: Rename dangling reference to zshrc in installer
Alan Pearce alan@alanpearce.co.uk
Sat, 02 Nov 2013 16:04:49 +0000
commit

0f7651cd3428226a454461de8dd883e4735d8d9a

parent

78a76cff334aba875f54fdb5582276e4a9f66807

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M installinstall
@@ -55,7 +55,7 @@ local -a zfiles zfiles=(
 	$target/zsh/functions/fasd/fasd
 	$fasd_cache
-	$target/zsh/zshrc
+	$target/zsh/interactive.zsh
 )
 if [[ -f $target/zsh/${HOST%%.*}.zsh ]]; then
 	zfiles+=$target/zsh/${HOST%%.*}.zsh