17 lines
432 B
Markdown
17 lines
432 B
Markdown
Appends to history
|
|
```shell
|
|
cat ../.zsh_history history/all.md | LC_ALL=C sort -u -o history/all.md
|
|
```
|
|
|
|
Refresh history after modifying
|
|
```shell
|
|
cat history/all.md| LC_ALL=C sort -u -o history/all.md
|
|
```
|
|
|
|
## TODO
|
|
|
|
* Look into lesspipe from .bashrc and make a script in .rc.d
|
|
* Move debian_chroot, color_prompt, and PS1 from .bashrc to .rc.d
|
|
* Move dircolors stuff from .bashrc to .rc.d
|
|
* Move content from ~/.bash_aliases to .rc.d
|