Skip to content

Instantly share code, notes, and snippets.

View farid-temuri's full-sized avatar
🔥
Focusing

Farid farid-temuri

🔥
Focusing
View GitHub Profile
@farid-temuri
farid-temuri / .zshrc
Last active February 20, 2024 11:18
personal .zshrc config
export ZSH="$HOME/.oh-my-zsh"
source $ZSH/oh-my-zsh.sh
ZSH_THEME="agnoster"
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export PATH="${HOME}/.pyenv/shims:${PATH}"