pub:linux_shell_config_and_commands

Differences

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

Link to this comparison view

Next revision
Previous revision
pub:linux_shell_config_and_commands [2020/11/12 20:09] – created mmuzepub:linux_shell_config_and_commands [2020/11/12 21:02] (current) mmuze
Line 1: Line 1:
 ====== Linux Shell Config and Commands ====== ====== Linux Shell Config and Commands ======
-<code>+<code bash> 
 +shopt -s histverify
 bind '"\eh":" history | sort -nr | less\n"' bind '"\eh":" history | sort -nr | less\n"'
 +bind '"\ew":" jobs\n"'
 +
 +alias ls='ls -hlatr'
 </code> </code>
  
  
  • pub/linux_shell_config_and_commands.1605211776.txt.gz
  • Last modified: 2020/11/12 20:09
  • by mmuze