diff --git a/.gitmodules b/.gitmodules index a9025a1..80dd87a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "scripts/pokemon-colorscripts"] path = scripts/pokemon-colorscripts url = https://gitlab.com/phoneybadger/pokemon-colorscripts.git +[submodule "zsh/zsh-autosuggestions"] + path = zsh/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions diff --git a/README.md b/README.md index aab718a..dd64415 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ - alacritty - zsh +- zsh-autosuggestions +- zsh-completions - homebrew/linuxbrew - stow - rust toolchain diff --git a/zsh/.zsh_aliases b/zsh/.zsh_aliases index 798df99..a2daef9 100644 --- a/zsh/.zsh_aliases +++ b/zsh/.zsh_aliases @@ -14,19 +14,19 @@ alias d='dirs -v' for index ({1..9}) alias "c$index"="cd +${index}"; unset index _get_aws_config_path() { - local config_path="${AWS_CONFIG_FILE:-$HOME/.aws/config}" - echo "$config_path" + local config_path="${AWS_CONFIG_FILE:-$HOME/.aws/config}" + echo "$config_path" } # This label will be set in a comment in the ~/.aws/config file right before # the definition of the profile we want to use as the default. -# The format will be `#[