summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2025-03-27 01:32:48 +0000
committerTyler Davis <tyler@gluecode.net>2025-03-27 01:32:48 +0000
commit9eb4cd43b2b008918c565ab62b24c6d05a4fd6e6 (patch)
treed74a0c90686ee9c962562158e2e78c74313ca6ae /.profile
parent37af1ac3cd7e5ed1162ac94832265f6ec5eae1c5 (diff)
downloaddotfiles-9eb4cd43b2b008918c565ab62b24c6d05a4fd6e6.tar.gz
dotfiles-9eb4cd43b2b008918c565ab62b24c6d05a4fd6e6.zip
sh: remove PS1 export
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index 3eba7f4..3bc03e3 100644
--- a/.profile
+++ b/.profile
@@ -150,4 +150,4 @@ export PATH=$(printf %s "$PATH" | awk -v RS=: '{ if (!arr[$0]++) {printf("%s%s",
export HISTFILE=~/.history
export HISTSIZE=10000
-export PS1='\$ '
+#export PS1='\$ '