config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 3b9586d719b7179cebbf0e2b2183014737066aa3
parent fb9a807806fdd7ca81d5640f940b1b2aa81dec70
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Mon, 15 Feb 2021 18:01:42 -0800

Update the fed shell function to work with the new feed script

Diffstat:
Mmodules/shell/.config/shell/etc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/shell/.config/shell/etc b/modules/shell/.config/shell/etc @@ -1,6 +1,6 @@ # shell functions -fed() (test $# -gt 1 && cd ${FEED_DIR:?unset} && feed "$@") +fed() (cd ${FEED_DIR:?unset} && feed "$@") hfmt() lynx -dump "${@:--stdin}" loop() while eval "$@"; do done wloop() while { read && eval "$@" ;}; do done