Added new .zshrc config

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-06-05 13:38:45 +05:30
parent 60ce4ea42e
commit f5f7e7315a
1 changed files with 5 additions and 1 deletions

6
.zshrc
View File

@ -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