diff options
Diffstat (limited to 'bin/scripts/zshrc')
-rwxr-xr-x | bin/scripts/zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/scripts/zshrc b/bin/scripts/zshrc new file mode 100755 index 0000000..826a0a2 --- /dev/null +++ b/bin/scripts/zshrc @@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +# Loads zshrc before running whatever commands were supplied to it. + +. "$ZDOTDIR/.zshrc" +exec "$@" |