Remove no longer needed wtf kludge, thanks <abhinav>! - localbin - leot's localbin (~/bin)
 (HTM) hg clone https://bitbucket.org/iamleot/localbin
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset bfbb5c149e1fab792cf56d08cbf8328ec9f7097c
 (DIR) parent 1e0695db21bafba585c15f60b6022affee9adcea
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Fri, 14 Jun 2019 21:26:51 
       
       Remove no longer needed wtf kludge, thanks <abhinav>!
       
       Diffstat:
        wtf |  9 ---------
        1 files changed, 0 insertions(+), 9 deletions(-)
       ---
       diff -r 1e0695db21ba -r bfbb5c149e1f wtf
       --- a/wtf       Fri Jun 14 19:12:16 2019 +0200
       +++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
       @@ -1,9 +0,0 @@
       -#!/bin/sh
       -
       -#
       -# wtf(6) hack to avoid whatis(1) slowdowns
       -#
       -
       -export PATH=${HOME}/.wtfkludges:${PATH}
       -
       -exec /usr/games/wtf "$@"