From 17b5cd1adcc935f83831103dad9f0d0ec794af2c Mon Sep 17 00:00:00 2001 From: Spirit Date: Mon, 29 Jul 2024 06:28:19 +0300 Subject: [PATCH] rm infinite history as its not safe to be in a server --- .bashrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bashrc b/.bashrc index 4dc3448..d44df0a 100644 --- a/.bashrc +++ b/.bashrc @@ -7,9 +7,6 @@ export PATH=$PATH:$HOME/.local/bin PS1='[\u@\h \W]\$ ' -# Infinite history -HISTSIZE= HISTFILESIZE= - # Auto cd shopt -s autocd