diff options
author | A Farzat <a@farzat.xyz> | 2024-10-24 20:10:52 +0900 |
---|---|---|
committer | A Farzat <a@farzat.xyz> | 2024-11-04 20:10:52 +0900 |
commit | cc5c235277d6227006238572f63a9d3e483d8a34 (patch) | |
tree | d8d8aec0a6053dfb6ed6c0790a5128e11f5cfe3c /bin/scripts/zshrc | |
parent | b9f5ffd0d3ad2f5744fc6ca3b497e3278aa78f35 (diff) | |
download | dotfiles-cc5c235277d6227006238572f63a9d3e483d8a34.tar.gz dotfiles-cc5c235277d6227006238572f63a9d3e483d8a34.zip |
Add some more scripts
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 "$@" |