diff options
author | June McEnroe <june@causal.agency> | 2020-05-07 11:52:16 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-07 11:52:16 -0400 |
commit | f287284318d78c95dfba3d7bad86101d7cd7a20d (patch) | |
tree | 206a6665a2434a208c26aef29d56a41251c51a04 /home/.bash_profile | |
parent | Update nvim MANPAGER (diff) | |
download | src-f287284318d78c95dfba3d7bad86101d7cd7a20d.tar.gz src-f287284318d78c95dfba3d7bad86101d7cd7a20d.zip |
Emulate 1sh prompts in bash
Diffstat (limited to '')
-rw-r--r-- | home/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.bash_profile b/home/.bash_profile new file mode 100644 index 00000000..8dd976b3 --- /dev/null +++ b/home/.bash_profile @@ -0,0 +1,2 @@ +. ~/.profile +. ~/.bashrc |