diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-12 15:33:46 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-12 15:33:46 +0200 |
commit | 2d378bfb31273ab7fbd9bcddd2e77c84283484db (patch) | |
tree | 64f62e8bea5843300378df3710cdf26a33fd931a /.bashrc | |
parent | 74858f94885c3bc9cef98a128a4710c2c2b99177 (diff) |
wtos: Remove wtos
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,4 +81,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" | wtos +sed '1s/^/[3m‘/; $s/$/’[0m/' "$XDG_CACHE_HOME/qotd" | fold -sw 80 |