mirror of
https://github.com/KeithDHedger/LFSDesktopProject.git
synced 2026-01-13 05:42:05 +00:00
17 lines
327 B
Plaintext
17 lines
327 B
Plaintext
|
|
Max history in lfsruncommand:
|
|
|
|
The maximum number of commands saved when running lfsruncommand is set ( in order of preference ) by:
|
|
On command line eg:
|
|
lfsruncommand 50
|
|
|
|
Via env eg:
|
|
MAXLFSRUNHIST=100 lfsruncommand
|
|
|
|
Via config file eg:
|
|
echo "50" > ~/.config/LFS/command.max
|
|
lfsruncommand
|
|
|
|
Compiled in ( 60 )eg:
|
|
lfsruncommand
|