diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-27 15:45:57 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-27 15:45:57 -0800 |
commit | 25053c8034f55842aaa643b911886084c534ff10 (patch) | |
tree | 9e6d8eefe64b38267a965064af48cd65aaae14ab /home/xyz/.profile | |
parent | 74aa561b666a58c9022c8db4a8162af7afba05e4 (diff) |
.profile, change sdcv history size
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index cffb9050..a0be8b01 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -48,6 +48,7 @@ export CLICOLOR=1 export DIFFPROG='nvim -d' export MAKEFLAGS="-j$(nproc --all)" export DOTREMINDERS="$HOME/programs/reminders/.reminders" +export SDCV_HISTSIZE=10000 # use sudo find for some files or dirs that has no permission ex: ~/.cache/paru/clone/ #export FZF_DEFAULT_COMMAND="fd --no-ignore --hidden --exclude .git" |