Skip to content

Instantly share code, notes, and snippets.

@pokk
Created January 29, 2017 14:33
Show Gist options
  • Save pokk/91ebca95dc00ce4e8dc046a7d917ae0b to your computer and use it in GitHub Desktop.
Save pokk/91ebca95dc00ce4e8dc046a7d917ae0b to your computer and use it in GitHub Desktop.
bash_profile

Introduction

When I use zsh, I have to type source ~/.bash_profile every time. It's kind of trobulesome.

But I found some way to fix it!!!

If your default shell is bash then just put . ~/.bash_profile in the end of ~/.bashrc. If your default shell is zsh, then put it at the same way!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment