Created
August 8, 2021 14:07
-
-
Save wprudencio/e6e6df4f4daf5d24544b947653313a9c to your computer and use it in GitHub Desktop.
.zshrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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