diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:40:12 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 19:40:12 -0400 |
commit | b16aab7f8798b4537f0990dd751d847171d69c75 (patch) | |
tree | 6ab10de7b6e1114f7867ac8a305c2c5b97c031ed /sh | |
parent | be94425fb779edae9b51009e74808588be4d5e51 (diff) | |
download | dotfiles-master.tar.gz |
Diffstat (limited to 'sh')
-rw-r--r-- | sh/.shrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |