list installed, add zshrc

This commit is contained in:
Tykayn 2025-07-19 14:58:00 +02:00 committed by tykayn
parent 6571fae87a
commit 4a38feca34
4 changed files with 581 additions and 3 deletions

View file

@ -41,7 +41,7 @@ zstyle ':omz:update' mode auto # update automatically without asking
# DISABLE_AUTO_TITLE="true"
# Uncomment the following line to enable command auto-correction.
ENABLE_CORRECTION="true"
#ENABLE_CORRECTION="true"
# Uncomment the following line to display red dots whilst waiting for completion.
# You can also set it to another string to have that shown instead of the default red dots.
@ -101,3 +101,13 @@ if [[ -n $SSH_CONNECTION ]]; then
# alias ohmyzsh="mate ~/.oh-my-zsh"
source ~/.bash_aliases
fpath+=~/.zfunc; autoload -Uz compinit; compinit
# Load Angular CLI autocompletion.
source <(ng completion script)
export NVM_DIR="$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