diff options
| author | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:52:49 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2021-01-11 21:52:49 +0530 |
| commit | 0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc (patch) | |
| tree | 26e087bc89c9a6b2d567dd59acf885393470d35f /scripts/bin | |
| parent | 9c6ca8f41864fc1e0bf367dd4324e38d22aece98 (diff) | |
| download | nixos-config-0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc.tar.gz nixos-config-0a4dc975e0a02bda8bebbf14dd9cc516b2819fcc.zip | |
Updates scripts
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 && $@"; |
