aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* simply __prompt_gitJesús2021-08-177-30/+15
|
* change location export HISTCONTROLJesús2021-08-172-5/+1
|
* No double entries in the shell historyJesús2021-08-172-1/+4
| | | | | | | | | | | | | | | | HISTCONTROL A colon-separated list of values controlling how commands are saved on the history list. If the list of values includes ignorespace, lines which begin with a space character are not saved in the history list. A value of ignoredups causes lines matching the previous history entry to not be saved. A value of ignoreboth is shorthand for ignorespace and ignoredups. A value of erasedups causes all previous lines matching the current line to be removed from the history list before that line is saved. Any value not in the above list is ignored. If HISTCONTROL is unset, or does not include a valid value, all lines read by the shell parser are saved on the history list, subject to the value of HISTIGNORE. The second and subsequent lines of a multi-line compound command are not tested, and are added to the history regardless of the value of HISTCONTROL.
* [_custom.sh]: disable trash-cli for defaultJesús2021-06-201-1/+1
|
* [README.md]: updateJesús2021-05-251-23/+23
|
* [vconveter.sh]: fix missing support m2ts formatJesús2021-04-172-1/+2
|
* [vconveter.sh]: Add support ts formatJesús2021-04-172-1/+3
|
* [.build.yml] fix directoriesJesús2021-02-191-3/+4
|
* fix directoriesJesús2021-02-191-37/+34
|
* testJesús2021-02-191-0/+2
|
* Add fix testJesús2021-02-191-0/+2
|
* [fix]: 'sed: couldn't open temporary file /etc/sed1xXJic: Permission denied'Jesús2021-02-191-4/+0
|
* Add .build.yml fileJesús2021-02-191-0/+57
|
* [update.sh] plain colorJesús2021-02-102-3/+3
|
* change URLs supportJesús2021-02-103-5/+8
|
* [README.md] updateJesús2021-02-101-2/+2
|
* first commitJesús2021-02-1046-0/+3161