Skip to content

Instantly share code, notes, and snippets.

@wprudencio
Created August 8, 2021 14:07
Show Gist options
  • Save wprudencio/e6e6df4f4daf5d24544b947653313a9c to your computer and use it in GitHub Desktop.
Save wprudencio/e6e6df4f4daf5d24544b947653313a9c to your computer and use it in GitHub Desktop.
.zshrc
eval $(thefuck --alias)
if [ -z "$TMUX" ]
then
tmux attach -t TMUX || tmux new -s TMUX
fi
bindkey -v
bindkey '^R' history-incremental-search-backward
alias mygrep='grep -Ril --exclude-dir=node_modules --exclude-dir=.history --exclude-dir=venv '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment