summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2023-08-07 19:47:52 +0000
committerTyler Davis <tydavis@gmail.com>2023-08-07 19:47:52 +0000
commit9eb36c44d8a266d546ead59887494d8590ac3d96 (patch)
tree0150776400f9c1acbc9aa8a1f58946942db3dee7 /.profile
parentf0af3636c60c0c1a8609dd4f69b49f595546aac6 (diff)
downloaddotfiles-9eb36c44d8a266d546ead59887494d8590ac3d96.tar.gz
dotfiles-9eb36c44d8a266d546ead59887494d8590ac3d96.zip
bash: double quotes
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.profile b/.profile
index e2245d3..480359c 100644
--- a/.profile
+++ b/.profile
@@ -156,3 +156,5 @@ fi
USER=$(id -un)
HOSTNAME=$(uname -n)
export PS1='$USER@$HOSTNAME:$PWD/\$ '
+
+if [ -f "$HOME/.bashrc" ]; then . $HOME/.bashrc; fi