add history size to bashrc

master
Körner, Simon 5 years ago
parent 0610b1478d
commit b4b855687e

@ -5,6 +5,9 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
HISTSIZE=10000
HISTFILESIZE=10000
function q1 {
echo 'Important and Urgent'
if [ $# -ne 1 ]; then

Loading…
Cancel
Save