From 24f3adcf6d6e714d93ebde935cca484537d756e1 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 27 Apr 2014 01:20:04 +1200 Subject: Mention functions in bashrc.d --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 938cb27b..222c9e97 100644 --- a/README.markdown +++ b/README.markdown @@ -177,6 +177,17 @@ things I really do get tired of typing repeatedly: * `pass(1)` entries * `ssh(1)` hostnames from `~/.ssh/config` +### Functions + +There are a few other little tricks in `bash/bashrc.d`: + +* `ca` — Count given arguments (e.g. `ca ~/.*` to count all dotfiles) +* `cf` — Count files in a directory (e.g. `cf ~` to count all files in + `$HOME`) +* `sprunge` — Pastebin frontend tool I pilfered from `#bash` on Freenode +* `vis` — View/edit an existing file in `$PATH` with `$EDITOR`, or create one + in `~/.local/bin` + Mutt ---- -- cgit v1.2.3