From 0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 11 Jan 2021 21:52:49 +0530 Subject: Updates scripts --- scripts/bin/with_zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bin/with_zsh') diff --git a/scripts/bin/with_zsh b/scripts/bin/with_zsh index 0da2d95..5dbdc7d 100755 --- a/scripts/bin/with_zsh +++ b/scripts/bin/with_zsh @@ -1,4 +1,4 @@ #!/bin/sh -zsh -c "source ~/.zshrc && $@"; +zsh -c "source ~/nixos/config/zsh/zshrc && $@"; -- cgit v1.3.1