From a56f0a4e0c4d5579d53c5b808ff97695d49fe4dc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 2 May 2021 19:30:48 -0400 Subject: Add ff alias --- home/.shrc | 1 + 1 file changed, 1 insertion(+) (limited to 'home') diff --git a/home/.shrc b/home/.shrc index 355eb09b..2c996cfe 100644 --- a/home/.shrc +++ b/home/.shrc @@ -5,6 +5,7 @@ CDPATH=:~ alias vi=$EDITOR alias ls='LC_COLLATE=C ls -p' alias ll='ls -hl' +alias ff='find . -type f -name' alias bc='bc -l' alias ag='ag --pager=$PAGER' alias gs='git status --short --branch || ls' gd='git diff' -- cgit 1.4.1 b0f4ae08c3'/> manuals for other systems
about summary refs log tree commit diff
path: root/exman.1 (unfollow)
Commit message (Collapse)Author
2021-05-08Update to OpenBSD 6.9June McEnroe
2021-04-26Update to Linux man-pages 5.11June McEnroe
2021-04-26Update to FreeBSD 13.0June McEnroe
2021-01-27Completely rewrite how manuals are fetched and installedJune McEnroe
Also add section 6 manuals from NetBSD and OpenBSD!
2020-12-14Update to man-pages-posix 2017-aJune McEnroe
2020-12-14Update to OpenBSD 6.8June McEnroe
2020-12-14Update to NetBSD 9.1June McEnroe
2020-12-14Update to man-pages 5.09June McEnroe
2020-12-14Update to FreeBSD 12.2June McEnroe
2020-06-08Update to OpenBSD 6.7June McEnroe
2020-05-04Add hack for macOS to search extra man sectionsJune McEnroe
2020-05-04Don't clear MANSECTJune McEnroe