From 2d378bfb31273ab7fbd9bcddd2e77c84283484db Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 12 Sep 2023 15:33:46 +0200 Subject: wtos: Remove wtos --- .bashrc | 2 +- .local/bin/wtos | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100755 .local/bin/wtos diff --git a/.bashrc b/.bashrc index b667b46..522f79e 100644 --- a/.bashrc +++ b/.bashrc @@ -81,4 +81,4 @@ alias v="$VISUAL" PS1='\[\e[96;1m\]\u \[\e[39m\]\W \[\e[96m\]〉\[\e[0m\]' -sed '1s/^/‘/; $s/$/’/' "$XDG_CACHE_HOME/qotd" | wtos +sed '1s/^/‘/; $s/$/’/' "$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 -- cgit v1.2.3