|
|
@ -18,7 +18,10 @@ fi
|
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
|
|
# If you come from bash you might have to change your $PATH.
|
|
|
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# fixing gopath and binaries
|
|
|
|
export GOPATH="$HOME/.local/share/go"
|
|
|
|
export GOPATH="$HOME/.local/share/go"
|
|
|
|
|
|
|
|
export PATH=$GOPATH/bin:$PATH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Path to your oh-my-zsh installation.
|
|
|
|
# Path to your oh-my-zsh installation.
|
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
|
export ZSH="$HOME/.oh-my-zsh"
|
|
|
@ -35,12 +38,6 @@ plugins=(
|
|
|
|
#list of good themes [amuse,aussiegeek,passion]
|
|
|
|
#list of good themes [amuse,aussiegeek,passion]
|
|
|
|
ZSH_THEME="powerlevel10k/powerlevel10k"
|
|
|
|
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.
|
|
|
|
# Uncomment the following line to use case-sensitive completion.
|
|
|
|
# CASE_SENSITIVE="true"
|
|
|
|
# CASE_SENSITIVE="true"
|
|
|
|
|
|
|
|
|
|
|
@ -48,11 +45,6 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|
|
|
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
|
|
|
# Case-sensitive completion must be off. _ and - will be interchangeable.
|
|
|
|
# HYPHEN_INSENSITIVE="true"
|
|
|
|
# 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).
|
|
|
|
# Uncomment the following line to change how often to auto-update (in days).
|
|
|
|
# zstyle ':omz:update' frequency 13
|
|
|
|
# zstyle ':omz:update' frequency 13
|
|
|
|
|
|
|
|
|
|
|
|