Skip to content

Commit ca4e378

Browse files
committed
Configure shell history size
1 parent 9a7b9a6 commit ca4e378

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.shrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ then
2727
esac
2828
fi
2929

30+
# Shell config
31+
HISTSIZE=10000
32+
3033
# Environment variables
3134

3235
# Misc aliases

0 commit comments

Comments
 (0)