From b16aab7f8798b4537f0990dd751d847171d69c75 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 25 Sep 2025 19:40:12 -0400 Subject: fix shell history --- sh/.shrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sh/.shrc b/sh/.shrc index 80195c8..a5f1d4a 100644 --- a/sh/.shrc +++ b/sh/.shrc @@ -10,6 +10,8 @@ export LESS='-iMRSF -x2' export EDITOR=vim export LSCOLORS=DxfxgxgxcxxbxbaCacADAd +HISTSIZE=5000 + alias ls='ls -FHh' alias ll='ls -l' alias la='ls -la' @@ -18,6 +20,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 -- cgit v1.2.3