aboutsummaryrefslogtreecommitdiffstats
path: root/hyperterm
Commit message (Collapse)AuthorAgeFilesLines
* update domainJesus E2023-04-221-3/+3
|
* prepare re-compatibility with another OS unix-likeJesus2022-07-113-26/+26
|
* Fix unused variable ___upstreamJesús2022-05-182-3/+3
|
* fix hostname: Unknown hostJesús2022-04-172-3/+3
|
* compress: standard commandsJesús2022-03-202-10/+10
|
* update URL appJesús2021-12-282-3/+3
|
* [update.sh]: minor fixJesús2021-12-282-3/+1
|
* [update.sh]: refactory 2/2Jesús2021-12-282-60/+60
|
* [update.sh]: refactoryJesús2021-12-282-22/+10
|
* update sumsJesús2021-12-281-1/+1
|
* update URLJesús2021-12-281-1/+1
|
* git: fix upstream commandJesús2021-11-092-9/+3
| | | | | | | | | fatal: argumento ambiguo '@{upstream}...HEAD': revisión desconocida o ruta fuera del árbol de trabajo. Use '--' para separar las rutas de las revisiones, de esta manera: 'git <comando> [<revisión>...] -- [<archivo>...]' fatal: argumento ambiguo '@{upstream}...HEAD': revisión desconocida o ruta fuera del árbol de trabajo. Use '--' para separar las rutas de las revisiones, de esta manera: 'git <comando> [<revisión>...] -- [<archivo>...]'
* Add sourcehut like mirrorJesús2021-10-312-3/+3
|
* update sumJesús2021-10-141-1/+1
|
* update URLJesús2021-10-141-4/+4
|
* git: update statesJesús2021-10-012-1/+2
|
* network: skip certificateJesús2021-09-302-2/+2
|
* network: usage only IPv4 to ISPJesús2021-09-272-4/+5
|
* Add new stageJesús2021-09-152-1/+3
|
* Add basename of the working directoryJesús2021-08-282-2/+3
|
* update sumsJesús2021-08-281-1/+1
|
* Add new stageJesús2021-08-281-0/+2
|
* Fix sumsJesús2021-08-261-1/+1
|
* Fix state gitJesús2021-08-261-1/+1
|
* Add new state gitJesús2021-08-262-2/+4
|
* Change domain to check Public IPJesús2021-08-262-2/+2
|
* revert icon branchJesús2021-08-252-4/+3
| | | | the icon  not available in many fonts
* updateJesús2021-08-242-2/+2
|
* Fix modified icon and add icon branchJesús2021-08-242-11/+8
|
* fully usage %b in symbolsJesús2021-08-242-17/+17
| | | | %b: ARGUMENT as a string with '\' escapes interpreted
* fix check upstreamJesús2021-08-222-2/+6
|
* fix sumsJesús2021-08-221-1/+1
|
* Use -n instead of ! -zJesús2021-08-221-2/+2
|
* fix duplicate caseJesús2021-08-222-2/+1
|
* fix if a bash variable is nullJesús2021-08-222-3/+3
|
* fix fatal: ambiguous argument 'origin...HEAD'Jesús2021-08-222-12/+19
| | | | unknown revision or path not in the working tree
* Refactory networkJesús2021-08-213-8/+4
|
* Remove dupplicate commandJesús2021-08-212-4/+1
|
* Fix theme simple and minor fix in theme special.Jesús2021-08-194-10/+11
| | | | Too fix variable ${RESET} in git, now save as %b
* simplify symbol codeJesús2021-08-192-98/+109
|
* Improve count git functionJesús2021-08-192-83/+100
|
* fix missing themes in updbashrcJesús2021-08-182-2/+2
|
* minor fixJesús2021-08-182-2/+2
|
* Refactoring and improve git checkJesús2021-08-182-107/+104
| | | | most "eilf" were removed and replace for "case"
* update sumsJesús2021-08-171-9/+10
|
* Add -> simple new themeJesús2021-08-172-0/+23
|
* 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
|