17 Commits

Author SHA1 Message Date
baefc5c6f9
simply __prompt_git 2021-08-17 16:26:03 -05:00
7a1004b72b
change location export HISTCONTROL 2021-08-17 16:22:54 -05:00
d7559d5c24
No double entries in the shell history
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.
2021-08-17 14:46:39 -05:00
3f088cdc68
[_custom.sh]: disable trash-cli for default 2021-06-20 12:22:41 -05:00
a210669f97
[README.md]: update 2021-05-25 11:40:55 -05:00
526a0d3a41
[vconveter.sh]: fix missing support m2ts format 2021-04-17 19:33:51 -05:00
ed8b45e4f3
[vconveter.sh]: Add support ts format 2021-04-17 19:32:28 -05:00
36a483afb8
[.build.yml] fix directories 2021-02-19 21:26:55 -05:00
ff15f9ef61
fix directories 2021-02-19 21:22:44 -05:00
7ab74b9fa9
test 2021-02-19 21:16:02 -05:00
9f76365768
Add fix test 2021-02-19 21:13:49 -05:00
3c412ef4cf
[fix]: 'sed: couldn't open temporary file /etc/sed1xXJic: Permission denied' 2021-02-19 21:06:09 -05:00
c257da7e0f
Add .build.yml file 2021-02-19 21:03:33 -05:00
99f93bb8d5
[update.sh] plain color 2021-02-10 22:37:48 -05:00
b9bc10c9e2
change URLs support 2021-02-10 15:33:43 -05:00
81901a1c3d
[README.md] update 2021-02-10 15:14:08 -05:00
7e95c3b667
first commit 2021-02-10 13:52:52 -05:00