From 66adff9257c0bdcf5fea357cf4afd9c5804ac9d9 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 23 Dec 2020 23:40:35 +0530 Subject: Moves zsh config to config and symlinked --- login.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login.nix') diff --git a/login.nix b/login.nix index bb32420..584c004 100644 --- a/login.nix +++ b/login.nix @@ -53,7 +53,7 @@ in { syntaxHighlighting.enable = true; histFile = "~/.config/zshhistory"; histSize = 50000; - interactiveShellInit = ''source ~/nixos/external/zsh/zshrc''; + interactiveShellInit = ''source ~/.config/zsh/zshrc''; promptInit = ""; loginShellInit = with builtins; let cases = map (s: '' -- cgit v1.3.1