dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 34dca9eeac6627f59e0619dabd867992249f2a93
parent 30e87ad7e74b81a4ab49cafddc5d21e80cafebee
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Mon, 15 Aug 2022 09:10:38 +0900

change command name from cf to pl

Diffstat:
Mbin/chogo | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/chogo b/bin/chogo @@ -10,7 +10,7 @@ usage(){ echo 'usage: '$(basename "$0")' [-d <depth>] <command> [<file>]' - echo ' <command>: st|bs|cf|bf' + echo ' <command>: st|bs|pl|bf|ck' echo ' if no <file> is supplied, '$(basename "$0")' reads from stdin.' }