diff options
author | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-05 14:42:46 +0200 |
---|---|---|
committer | John Ankarstr\xf6m <john@ankarstrom.se> | 2021-06-05 14:43:42 +0200 |
commit | da151067f5ed8cfa29ee6486ce9358e0fdd89850 (patch) | |
tree | f6842f4e9c5ce60619a6726d07b80b9f3b2b3430 /home/john/.bash_profile | |
parent | 3651c8e9e05a287804215864283845b4973e67e1 (diff) | |
download | lbsd-da151067f5ed8cfa29ee6486ce9358e0fdd89850.tar.gz |
shrc: Support bash
Diffstat (limited to 'home/john/.bash_profile')
-rw-r--r-- | home/john/.bash_profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/john/.bash_profile b/home/john/.bash_profile new file mode 100644 index 0000000..de6c2ee --- /dev/null +++ b/home/john/.bash_profile @@ -0,0 +1,3 @@ +. $HOME/.profile +. $HOME/.shrc +trap cmdtitle DEBUG |