diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:00:26 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-08 20:00:26 +0200 |
commit | 9a960ebc7da271cf010add79f78ab33528c44275 (patch) | |
tree | c634076a45ec1474720310048a6b955b6aea1d7c /.bashrc | |
parent | 564503c271bc1bf3a053ad79ae723bdb0a609396 (diff) |
bash: Ditch quotes of the day for now
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,4 +102,4 @@ alias v="$VISUAL" PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' -sed '1s/^/[3m‘/; $s/$/’[0m/' "$XDG_CACHE_HOME/qotd" | fold -sw 80 +# sed '1s/^/[3m‘/; $s/$/’[0m/' "$XDG_CACHE_HOME/qotd" | fold -sw 80 |