summaryrefslogtreecommitdiff
path: root/themes/CodeIT/.devcontainer/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/CodeIT/.devcontainer/.zshrc')
-rw-r--r--themes/CodeIT/.devcontainer/.zshrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/CodeIT/.devcontainer/.zshrc b/themes/CodeIT/.devcontainer/.zshrc
index f351381..8e6cc19 100644
--- a/themes/CodeIT/.devcontainer/.zshrc
+++ b/themes/CodeIT/.devcontainer/.zshrc
@@ -52,6 +52,8 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
+# Caution: this setting can cause issues with multiline prompts (zsh 5.7.1 and newer seem to work)
+# See https://github.com/ohmyzsh/ohmyzsh/issues/5765
# COMPLETION_WAITING_DOTS="true"
# Uncomment the following line if you want to disable marking untracked files
@@ -75,7 +77,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
-plugins=(git)
+plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
@@ -107,7 +109,5 @@ source $ZSH/oh-my-zsh.sh
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
-source $HOME/.zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-# Disable Powerlevel10k configuration wizard
-POWERLEVEL9K_DISABLE_CONFIGURATION_WIZARD=true
+export GPG_TTY=$(tty)