Skip to content

Instantly share code, notes, and snippets.

View dinhanhthi's full-sized avatar
🔥
I failed my way to success!

Anh-Thi DINH dinhanhthi

🔥
I failed my way to success!
View GitHub Profile
@dinhanhthi
dinhanhthi / .zshrc
Last active June 21, 2022 19:22
.zshrc
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git docker docker-compose npm python emoji)
source $ZSH/oh-my-zsh.sh
# export PATH="/opt/conda/bin:$PATH" # commented out by conda initialize
export PATH="/snap/ngrok/current:$PATH"