From 6005376295a694dfd9d1f0c0cfa5dabb2476e499 Mon Sep 17 00:00:00 2001 From: xyz Date: Tue, 20 Jul 2021 10:15:45 -0700 Subject: use find instead of fd --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index e45b6a32..5251d125 100644 --- a/.bash_profile +++ b/.bash_profile @@ -9,8 +9,8 @@ export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" export PATH="$(find ~/.local/bin -type d -printf %p:)$PATH" -export HISTSIZE=1000 -export HISTFILESIZE=1000 +export HISTSIZE=2000 +export HISTFILESIZE=2000 export MANPAGER="nvim +Man!" export EDITOR=nvim -- cgit v1.2.3-70-g09d2