summaryrefslogtreecommitdiff
path: root/sh
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-09-25 19:40:12 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-09-25 19:40:12 -0400
commitb16aab7f8798b4537f0990dd751d847171d69c75 (patch)
tree6ab10de7b6e1114f7867ac8a305c2c5b97c031ed /sh
parentbe94425fb779edae9b51009e74808588be4d5e51 (diff)
downloaddotfiles-master.tar.gz
fix shell historyHEADmaster
Diffstat (limited to 'sh')
-rw-r--r--sh/.shrc3
1 files changed, 3 insertions, 0 deletions
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