diff options
| author | iamcheeseman <[email protected]> | 2026-05-22 13:25:28 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-22 13:25:28 -0400 |
| commit | dc24e01acd815c3842f3b266ec7677f2383a51e6 (patch) | |
| tree | eadee86b341b6a58ac853a00f932673dde1f7a18 | |
| parent | b3bb8b2edf6997f3b9094f236b2a1c058af97a9a (diff) | |
| -rw-r--r-- | .bashrc | 6 | ||||
| -rw-r--r-- | .vimrc | 1 |
2 files changed, 3 insertions, 4 deletions
@@ -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)\]" @@ -25,7 +25,6 @@ set hlsearch set cinoptions+=:0,N-s,E-s,(s,m1,t0 set completeopt=menu,menuone,noselect set autoread -set spell filetype plugin on filetype indent on |
