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 | |
parent | 74858f94885c3bc9cef98a128a4710c2c2b99177 (diff) |
wtos: Remove wtos
-rw-r--r-- | .bashrc | 2 | ||||
-rwxr-xr-x | .local/bin/wtos | 7 |
2 files changed, 1 insertions, 8 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 diff --git a/.local/bin/wtos b/.local/bin/wtos deleted file mode 100755 index e3a6da2..0000000 --- a/.local/bin/wtos +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -set -e - -: ${COLUMNS:=`tput cols`} -width=`dc -e "$COLUMNS 80 $COLUMNS 80 [r] sx >x p"` -fold -sw $width |