add history size to bashrc

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

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

Loading…
Cancel
Save