aboutsummaryrefslogtreecommitdiff
path: root/scripts/bin/with_zsh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bin/with_zsh')
-rwxr-xr-xscripts/bin/with_zsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/bin/with_zsh b/scripts/bin/with_zsh
new file mode 100755
index 0000000..0da2d95
--- /dev/null
+++ b/scripts/bin/with_zsh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+zsh -c "source ~/.zshrc && $@";
+