Tweaking your tools
If you're like me you probably spend more time tweaking your work tools that using them (yeah, you know what I'm talking about). So lets speed up and get this in your zshrc:
conf() {
case $1 in
vim) vim ~/.vimrc ;;
tmux) vim ~/.tmux.conf;;
zsh) vim ~/.zshrc;;
esac
}
You should know how to edit this to your needs. Now you can just type conf vim
and you're right where you want to be.
Written by Gabriel Poça
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#