mirror of
https://forge.chapril.org/tykayn/workflow
synced 2025-10-09 17:02:47 +02:00
list installed, add zshrc
This commit is contained in:
parent
6571fae87a
commit
4a38feca34
4 changed files with 581 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue