From 7eee4770832a61a09bdb7f5a4fc5f0c442b98e2e Mon Sep 17 00:00:00 2001 From: afonso Date: Sat, 8 Jun 2024 18:13:00 +0100 Subject: [PATCH] [zsh] replaced /Users/afonso with $HOME and added zsh-abbr --- .zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index c771fa9..c8ef75b 100644 --- a/.zshrc +++ b/.zshrc @@ -1,7 +1,7 @@ # Add paths export PATH="/usr/sbin:/sbin:$PATH" export PATH="$HOME/.local/share/nvim/mason/bin:$PATH" -export PATH="/Users/afonso/.local/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" export PATH="/opt/homebrew/bin:$PATH" export PATH="$HOME/go/bin:$PATH" export PATH="$HOME/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin:$PATH" @@ -91,7 +91,7 @@ source $HOME/.config/zsh/themes/gruvbox_dark.zsh source $HOME/.config/zsh/overrides.zsh zvm_after_init_commands+=('[ -f $HOME/.fzf.zsh ] && source $HOME/.fzf.zsh') -plugins=(zsh-vi-mode git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab) +plugins=(zsh-vi-mode git sudo macos tmux command-not-found web-search zsh-autosuggestions zsh-history-substring-search zsh-syntax-highlighting fzf-tab zsh-abbr) #Completions