diff options
Diffstat (limited to 'scripts/bin')
| -rwxr-xr-x | scripts/bin/with_zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 && $@"; |
