From b2d848182675d0b2f8209566a9ab6e0507230eab Mon Sep 17 00:00:00 2001 From: xyz Date: Mon, 1 Nov 2021 01:16:24 -0700 Subject: .profile more histfile size, seperate PATH declare and assign as suggestted by shellcheck --- home/xyz/.profile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'home/xyz/.profile') diff --git a/home/xyz/.profile b/home/xyz/.profile index 7534fb25..65538c3c 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -20,9 +20,10 @@ export XDG_MUSIC_DIR="$XDG_MUSIC_DIR" export XDG_PICTURES_DIR="$XDG_PICTURES_DIR" export XDG_VIDEOS_DIR="$XDG_VIDEOS_DIR" -export PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" -export HISTSIZE=7000 -export HISTFILESIZE=7000 +PATH="$(find "$HOME/.local/bin" -type d -exec printf '%s:' '{}' \+)$PATH" +export PATH +export HISTSIZE=10000 +export HISTFILESIZE=10000 export EDITOR=nvim export BROWSER=firefox -- cgit v1.2.3-70-g09d2