From dc24e01acd815c3842f3b266ec7677f2383a51e6 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 22 May 2026 13:25:28 -0400 Subject: update --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index ed2243e..b56ffeb 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,9 @@ export MANPATH=$MANPATH:~/.local/share/man export XDG_RUNTIME_DIR=/tmp/runtime_$(whoami) export VISUAL=vim export EDITOR="$VISUAL" +export HISTSIZE=-1 +export HISTFILESIZE=10000 +export HISTCONTROL=ignoreboth:erasedups mkdir -p $XDG_RUNTIME_DIR @@ -15,9 +18,6 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias gentag='ctags -R .' -# Windows does ONE thing right -alias md='mkdir' - # Coincidentally, nearly the exact prompt I wanted was on the Arch wiki... GREEN="\[$(tput setaf 10)\]" RESET="\[$(tput sgr0)\]" -- cgit v1.3-2-g0d8e