diff options
Diffstat (limited to 'files/usr/share')
-rw-r--r-- | files/usr/share/skel/dot.shrc.freebsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/usr/share/skel/dot.shrc.freebsd b/files/usr/share/skel/dot.shrc.freebsd index a5147c7..e1044c8 100644 --- a/files/usr/share/skel/dot.shrc.freebsd +++ b/files/usr/share/skel/dot.shrc.freebsd @@ -18,6 +18,7 @@ alias ...='cd ../..' alias mkdir='mkdir -p' alias df='df -h' alias du='du -ch' +alias history='fc -l' bind ^[[A ed-search-prev-history bind ^[[B ed-search-next-history |