From 60853bfb37a4b2b4bf89b3f808267331e0f3191c Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Wed, 12 Feb 2025 13:49:22 +0100 Subject: [PATCH] change zsh settings --- zsh/.zshrc | 6 +++++- zsh/aliases.zsh | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ad17553..c732c71 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 5c65548..75724a2 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -4,3 +4,4 @@ alias tp='trash-put' alias tl='trash-list' alias zrc='source ~/.zshrc' +alias dotf='vim ~/dotfiles/'