diff options
author | Tyler Davis <tydavis@gmail.com> | 2023-08-07 19:47:52 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2023-08-07 19:47:52 +0000 |
commit | 9eb36c44d8a266d546ead59887494d8590ac3d96 (patch) | |
tree | 0150776400f9c1acbc9aa8a1f58946942db3dee7 /.profile | |
parent | f0af3636c60c0c1a8609dd4f69b49f595546aac6 (diff) | |
download | dotfiles-9eb36c44d8a266d546ead59887494d8590ac3d96.tar.gz dotfiles-9eb36c44d8a266d546ead59887494d8590ac3d96.zip |
bash: double quotes
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -156,3 +156,5 @@ fi USER=$(id -un) HOSTNAME=$(uname -n) export PS1='$USER@$HOSTNAME:$PWD/\$ ' + +if [ -f "$HOME/.bashrc" ]; then . $HOME/.bashrc; fi |