diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:39:37 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:39:37 -0400 |
commit | beb03da55cb22ac49ddcfa6d5fff8ee52f820c63 (patch) | |
tree | 8ec1f6d7cf42d66fc5dfe46afc463b11a6550205 /files/usr/share | |
parent | b7318cae22a42834b49df133f3c89391fa4cf867 (diff) | |
download | infrastructure-beb03da55cb22ac49ddcfa6d5fff8ee52f820c63.tar.gz |
desktop fixes
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 |