summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-08 20:00:26 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-08 20:00:26 +0200
commit9a960ebc7da271cf010add79f78ab33528c44275 (patch)
treec634076a45ec1474720310048a6b955b6aea1d7c /.bashrc
parent564503c271bc1bf3a053ad79ae723bdb0a609396 (diff)
bash: Ditch quotes of the day for now
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 4b0e91b..8ca461a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -102,4 +102,4 @@ alias v="$VISUAL"
PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]'
-sed '1s/^/‘/; $s/$/’/' "$XDG_CACHE_HOME/qotd" | fold -sw 80
+# sed '1s/^/‘/; $s/$/’/' "$XDG_CACHE_HOME/qotd" | fold -sw 80