Skip to content

Instantly share code, notes, and snippets.

View hindenbug's full-sized avatar
💻

Manoj hindenbug

💻
View GitHub Profile
zmodload zsh/zprof
export PATH=/usr/local/bin:$PATH
#export PATH="$HOME/.bin:$PATH"
# PYTHON PATHS
export PATH="$PYENV_ROOT/bin:$PATH"
export PATH="$HOME/.cargo/bin:$PATH"
# GO PATHS
#export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hindenbug
hindenbug / gist:69ef50bd508ae924626fddf8515b6686
Created December 6, 2020 20:27
vim quote multiple lines
:%s/.*<patter>.*/"&"/