Files
profile/README.md

432 B

Appends to history

cat ../.zsh_history history/all.md | LC_ALL=C sort -u -o history/all.md

Refresh history after modifying

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