Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pub:linux_shell_config_and_commands [2020/11/12 20:29] – mmuze | pub: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 bash> | <code bash> | ||
| - | alias=' | + | shopt -s histverify |
| bind '" | bind '" | ||
| + | bind '" | ||
| + | |||
| + | alias ls='ls -hlatr' | ||
| </ | </ | ||