Merge pull request #2712 from tancou/zsh-autosuggestion

Add ZSH suggestions and aliases
This commit is contained in:
Shao Yu-Lung (Allen)
2020-09-21 21:47:45 +08:00
committed by GitHub
4 changed files with 42 additions and 1 deletions

View File

@ -83,6 +83,8 @@ DOCKER_SYNC_STRATEGY=native_osx
# If you want to use "Oh My ZSH!" with Laravel autocomplete plugin, set SHELL_OH_MY_ZSH to true.
SHELL_OH_MY_ZSH=false
SHELL_OH_MY_ZSH_AUTOSUGESTIONS=false
SHELL_OH_MY_ZSH_ALIASES=false
###########################################################
################ Containers Customization #################