Skip to content

Instantly share code, notes, and snippets.

@pyratin
Last active October 2, 2025 02:48
Show Gist options
  • Save pyratin/0354c75f8a1167111593b21fd2ceb6cb to your computer and use it in GitHub Desktop.
Save pyratin/0354c75f8a1167111593b21fd2ceb6cb to your computer and use it in GitHub Desktop.
.zshrc
setopt nosharehistory
setopt HIST_EXPIRE_DUPS_FIRST
setopt HIST_IGNORE_DUPS
setopt HIST_IGNORE_ALL_DUPS
setopt HIST_FIND_NO_DUPS
setopt HIST_SAVE_NO_DUPS
setopt HIST_REDUCE_BLANKS
export EDITOR=nvim
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export NNN_COLORS=2345
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
source <(fzf --zsh)
export FZF_TMUX_OPTS
export GEMINI_API_KEY=AIzaSyATnkERzs3Y_XezZE2ZZvj3OgKVkXimQ2Y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment