mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Adds aliases, secrets, and variables files for customization
This commit is contained in:
parent
61e3951e4b
commit
3537af0048
10 changed files with 99 additions and 34 deletions
6
templates/customizations.zsh-template
Normal file
6
templates/customizations.zsh-template
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
unalias run-help
|
||||
autoload run-help
|
||||
export HELPDIR=/usr/local/share/zsh/helpfiles
|
||||
|
||||
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue