diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 15:34:36 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 15:34:36 +0200 |
commit | 67818b2f59080d4b68ad1c9ce26bcd6760f2c30a (patch) | |
tree | 676dc5c73b2a36570a381dca75e51106f5da0659 /.config/zsh | |
parent | update (diff) | |
download | dotfiles-bsd-67818b2f59080d4b68ad1c9ce26bcd6760f2c30a.tar.gz dotfiles-bsd-67818b2f59080d4b68ad1c9ce26bcd6760f2c30a.tar.bz2 dotfiles-bsd-67818b2f59080d4b68ad1c9ce26bcd6760f2c30a.tar.xz dotfiles-bsd-67818b2f59080d4b68ad1c9ce26bcd6760f2c30a.tar.zst dotfiles-bsd-67818b2f59080d4b68ad1c9ce26bcd6760f2c30a.zip |
Update
Diffstat (limited to '.config/zsh')
-rw-r--r-- | .config/zsh/README.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/zsh/README.org b/.config/zsh/README.org index 5885b6e..afcf736 100644 --- a/.config/zsh/README.org +++ b/.config/zsh/README.org @@ -2,6 +2,18 @@ #+PROPERTY: header-args :tangle .zshrc * Table of contents :toc: +- [[#about][About]] +- [[#colors-for-the-prompt][Colors for the prompt]] +- [[#history][History]] + - [[#basic][Basic]] + - [[#share-history-between-multiple-zsh-instances][Share history between multiple zsh instances]] +- [[#stuff-for-completions][Stuff for completions]] +- [[#key-bindings][Key bindings]] + - [[#basic-keybindings][Basic keybindings]] + - [[#command-line-edit][Command line edit]] +- [[#sourcing-alias-and-plugins-files][sourcing alias and plugins files]] +- [[#prompt-variables][Prompt variables]] + * About This is my ~.zshrc~ org file. Pretty straight forward. |