diff options
author | Matthew Bauer <mjbauer95@gmail.com> | 2021-05-17 15:07:00 -0500 |
---|---|---|
committer | Matthew Bauer <mjbauer95@gmail.com> | 2021-05-17 15:07:00 -0500 |
commit | 5fd8cf76676a280ae2b7a86ddabc6b14b41ebfe5 (patch) | |
tree | 6bcd4f03d3ae68018534a0b60ea71e2cc27ff55a /COPYING | |
parent | bd6cf25952a42afabea822141798566e0f0583b3 (diff) |
Source bashrc first in nix develop
~/.bashrc should be sourced first in the rc script so that PATH &
other env vars give precedence over the bashrc PATH.
Also, in my bashrc I alias rm as:
alias rm='rm -Iv'
To avoid running this alias (which shows ‘removed '/tmp/nix-shell.*'),
we can just prefix rm with command.
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions