Add zsh configuration
This commit is contained in:
parent
06b4055040
commit
6f6ee88497
1 changed files with 11 additions and 0 deletions
11
zsh/.zshrc
Normal file
11
zsh/.zshrc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
## PATH:
|
||||||
|
# Add "$HOME/usr/bin" to $PATH because that is where I keep all of my
|
||||||
|
# personal utilities and helper commands.
|
||||||
|
PATH="${HOME}/usr/bin:${PATH}"
|
||||||
|
export PATH
|
||||||
|
|
||||||
|
## Local Variables:
|
||||||
|
## eval: (outline-minor-mode 1)
|
||||||
|
## outline-regexp: "##+"
|
||||||
|
## outline-heading-end-regexp: ":\n"
|
||||||
|
## End:
|
Loading…
Reference in a new issue