aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:20:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-04-27 01:20:04 +1200
commit24f3adcf6d6e714d93ebde935cca484537d756e1 (patch)
tree2fb9a2c4e20145070b9fceae8abe97c24efb1f35 /README.markdown
parentMention more completions (diff)
downloaddotfiles-24f3adcf6d6e714d93ebde935cca484537d756e1.tar.gz
dotfiles-24f3adcf6d6e714d93ebde935cca484537d756e1.zip
Mention functions in bashrc.d
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 11 insertions, 0 deletions
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
----