Add zsh-autosuggestions

This commit is contained in:
2022-10-20 14:23:45 -05:00
parent 4a3bbdc72e
commit 0919ec2fa4
7 changed files with 8 additions and 3 deletions

View File

@ -22,7 +22,7 @@ create_dir_if_not_exists() {
}
# Load custom scripts (aliases, variables, etc...)
load_scripts_in_dir $TOOLKIT/sh/custom_scripts
load_scripts_in_dir $TOOLKIT/sh/custom-scripts
# Scripts ran to modify existing toolkit updates
load_scripts_in_dir $TOOLKIT/sh/patch_scripts
load_scripts_in_dir $TOOLKIT/sh/patch-scripts