summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2024-03-12 14:53:44 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2024-03-12 14:57:44 +0100
commitfff7d4005078e26c93d64bf1cf1f63440a21fd0e (patch)
tree110f2dc22fb03e8cd811d76b55ffbc68c926d1f8 /.env
parent45a6e760ebc4438ff05f1a689518e50b4567fe93 (diff)
Fix prompt (extra -e in output)
Moreover, remove debug prints (breaks SSH)
Diffstat (limited to '.env')
-rw-r--r--.env3
1 files changed, 0 insertions, 3 deletions
diff --git a/.env b/.env
index 0e38fd0..bd226b6 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,4 @@
# .env
-echo .env begin
-
PS1='$(prompt)'
# sh history config
@@ -67,4 +65,3 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
# Null keyring for python - avoids problems with wallets
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
-echo .env end