diff options
Diffstat (limited to 'terminal')
| -rwxr-xr-x | terminal | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -35,6 +35,12 @@ fi #SH="bash --login -i -rcfile $HOME/.terminal" SH="zsh -i" +# Set a custom zsh config folder if commands are specified, to speed up startup +if [ ! -z "$1" ]; then + mkdir -p ~/.custom/terminal + export ZDOTDIR="~/.custom/terminal" +fi + # Dispatch if [ "$TERM" == "stterm" ]; then if [ ! -z "$1" ]; then |
