aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:23:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-19 13:23:53 +1300
commit98f8df403360e5707b6de6c734c95f9ac759feb6 (patch)
treeca3239a39e09231b03d9b2099865f3233c5ebd19 /README.markdown
parentRequest version with "ver" shortcut not prompt (diff)
downloaddotfiles-98f8df403360e5707b6de6c734c95f9ac759feb6.tar.gz
dotfiles-98f8df403360e5707b6de6c734c95f9ac759feb6.zip
Remove lhn()
Not portable, and I never use it anyway
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index fb517bad..b1eeec10 100644
--- a/README.markdown
+++ b/README.markdown
@@ -183,8 +183,6 @@ in `sh/shrc.d` to be loaded by any POSIX interactive shell. Those include:
depending on the capabilities of the system `grep(1)`.
* `hgrep()` allows searching `$HISTFILE`.
* `keychain()` keeps `$GPG_TTY` up to date if a GnuPG agent is available.
-* `lhn()` gets the history number of the last command, if the POSIX `fc`
- builtin is available.
* `ls()` tries to apply color to `ls(1)` for interactive use if available.
* `la()` runs `ls -A` if it can, or `ls -a` otherwise.
* `ll()` runs `ls -Al` if it can, or `ls -al` otherwise.