From 848dfc74cdc9061a41b5117a50e3bfa198f51a5d Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 24 Apr 2022 12:34:36 -0700 Subject: [PATCH] expanded path variables in zshrc --- zshrc.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zshrc.txt b/zshrc.txt index 01cf3b3e..9688cb2d 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -9,6 +9,13 @@ export BROWSER=links export TUIR_BROWSER=librewolf export EDITOR=nvim +# Configure thefuck +eval "$(thefuck --alias)" +# Change with care: +export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/brian/.local/share/nvim/lsp_servers" +# Configure grep output colors +export GREP_COLORS='ms=01;36' + # Enable fuzzy file finder [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh