Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
home_server:home_server_setup:other_services:bash [2024-01-02 Tue wk01 21:44] baumkphome_server:home_server_setup:other_services:bash [2025-01-10 Fri wk02 11:03] (current) – [BASH History Customisation and Use] baumkp
Line 368: Line 368:
   * danyspin97's site [[https://danyspin97.org/blog/colorize-your-cli/|Colorize your CLI]]   * danyspin97's site [[https://danyspin97.org/blog/colorize-your-cli/|Colorize your CLI]]
   * [[https://www.gnu.org/software/bash/manual/html_node/index.html#SEC_Contents|Bash Reference Manual]]   * [[https://www.gnu.org/software/bash/manual/html_node/index.html#SEC_Contents|Bash Reference Manual]]
-  * shopt [[https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html|The Shopt Builtin] sh options, simply type ''shopt'' to see list with current settings.  Looks like built ins only?+  * shopt [[https://www.gnu.org/software/bash/manual/html_node/The-Shopt-Builtin.html|The Shopt Builtin]] sh options, simply type ''shopt'' to see list with current settings.  Looks like built ins only?
   * set [[https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html|The Set Builtin]] set options, ''set'' on its own list entire content. (Looks like user defined?)   * set [[https://www.gnu.org/software/bash/manual/html_node/The-Set-Builtin.html|The Set Builtin]] set options, ''set'' on its own list entire content. (Looks like user defined?)
  
Line 466: Line 466:
   *''xz'', extension ''.xz'', with ''tar'' use flag ''-J''   *''xz'', extension ''.xz'', with ''tar'' use flag ''-J''
  
 +=====copy & paste=====
 +See [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:other_services:misc#pbcopy_pbpaste|pbcopy pbpaste]]
 =====Change Default System Editor===== =====Change Default System Editor=====
 Use ''sudo update-alternatives --config editor'' and follow prompts on screen Use ''sudo update-alternatives --config editor'' and follow prompts on screen