Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrt committed Nov 4, 2014
1 parent 5169e1f commit 269aef2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ __Variables__

__Common Issues__

When you start a term you may find your environment variables are not set. This is the proper, yet unexpected behavior. You can read about it here https://github.com/adamrt/sane-term/issues/6 but gist is that your ~/.profile is not being read. Non-login shells read from `~/.bashrc` instead. You can do the following to fix it.
When you start a term you may find your environment variables are not set. This is the proper, yet unexpected behavior. You can read about it here https://github.com/adamrt/sane-term/issues/6 but the gist is that your `~/.profile` is not being read. Non-login shells read from `~/.bashrc` instead. Put the following in your `~/.bashrc` (create it if necessary).

```
# ~/.bashrc
source /etc/profile
source ~/.profile
```

0 comments on commit 269aef2

Please sign in to comment.