From f5f7e7315a35e8956c59f3f3250ac39f733584b2 Mon Sep 17 00:00:00 2001 From: BRAVO68WEB Date: Sun, 5 Jun 2022 13:38:45 +0530 Subject: [PATCH] Added new .zshrc config --- .zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b6b2177..9853472 100644 --- a/.zshrc +++ b/.zshrc @@ -70,7 +70,7 @@ ZSH_THEME="cloud" # 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-autosuggestions zsh-syntax-highlighting zsh-completions ubuntu themes vscode) source $ZSH/oh-my-zsh.sh @@ -104,3 +104,7 @@ eval "$(starship init zsh)" export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")" [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion + + +export STARSHIP_CONFIG=~/.config/starship.toml +