diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index b1e20e6..88f2b7d 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -18,7 +18,10 @@ fi # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH +# fixing gopath and binaries export GOPATH="$HOME/.local/share/go" +export PATH=$GOPATH/bin:$PATH + # Path to your oh-my-zsh installation. export ZSH="$HOME/.oh-my-zsh" @@ -35,12 +38,6 @@ plugins=( #list of good themes [amuse,aussiegeek,passion] ZSH_THEME="powerlevel10k/powerlevel10k" -# Set list of themes to pick from when loading at random -# Setting this variable when ZSH_THEME=random will cause zsh to load -# a theme from this variable instead of looking in $ZSH/themes/ -# If set to an empty array, this variable will have no effect. -# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) - # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -48,11 +45,6 @@ ZSH_THEME="powerlevel10k/powerlevel10k" # Case-sensitive completion must be off. _ and - will be interchangeable. # HYPHEN_INSENSITIVE="true" -# Uncomment one of the following lines to change the auto-update behavior -# zstyle ':omz:update' mode disabled # disable automatic updates -# zstyle ':omz:update' mode auto # update automatically without asking -# zstyle ':omz:update' mode reminder # just remind me to update when it's time - # Uncomment the following line to change how often to auto-update (in days). # zstyle ':omz:update' frequency 13