Skip to content

Commit

Permalink
Add some notes about persisting alias changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saheljalal committed Sep 4, 2019
1 parent 6bf90b4 commit e97c53c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@ nostromo init
## Usage

### Managing Aliases
Aliases is one of the core functionalities provided by nostromo. Instead of constantly updating shell profiles manually, nostromo will automatically keep it updated with the latest additions. **Note** that commands won't take effect until you open a new shell or `source` your `.bashrc` again.
Aliases to commands is one of the core functionalities provided by nostromo. Instead of constantly updating shell profiles manually, nostromo will automatically keep it updated with the latest additions.

**Notes**
- *Commands are executed in a child process, so aliases cannot modify the parent shell at this time.*
- *Commands won't take effect until you open a new shell or `source` your `.bashrc` again.*

To add an alias (or command in nostromo parlance), simply run:
```sh
Expand Down

0 comments on commit e97c53c

Please sign in to comment.