change zsh settings

This commit is contained in:
Johannes Knopp
2025-02-12 13:49:22 +01:00
parent cbdd1820f4
commit 60853bfb37
2 changed files with 6 additions and 1 deletions

View File

@ -70,7 +70,11 @@ COMPLETION_WAITING_DOTS="true"
# 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 zsh-syntax-highlighting)
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
source $ZSH/oh-my-zsh.sh

View File

@ -4,3 +4,4 @@ alias tp='trash-put'
alias tl='trash-list'
alias zrc='source ~/.zshrc'
alias dotf='vim ~/dotfiles/'