Improve startup time in zsh

This commit is contained in:
Tobias Reisinger 2024-06-21 22:38:08 +02:00
parent 0edf379835
commit f7f2b3a020
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 16 additions and 14 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env sh
base_path="$HOME/.cache/remote-sources"
file_path="$base_path/$2"
autoinstall file "$1" "$file_path"
# shellcheck disable=SC1090
. "$file_path"