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