dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit b82435746b54355496907e6466563cb2db06105b
parent 89d73cfac0b888a4a63c95806d8a56ea3267b0f5
Author: hhvn <dev@hhvn.uk>
Date:   Fri, 15 Apr 2022 11:54:29 +0100

Remove PATH script

Diffstat:
D.scripts/PATH | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/.scripts/PATH b/.scripts/PATH @@ -1,7 +0,0 @@ -#!/bin/sh - -[ -z $1 ] && { - find $(echo "$PATH" | tr : ' ') -type f -} || { - find $(echo "$PATH" | tr : ' ') -type f | grep "$@" -}