mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Added example aliases in ZSH template. Added a new theme.
Example aliases allow for an easier way to open ZSH config file/folder in Textmate. New theme is mh.zsh-theme.
This commit is contained in:
parent
54f17588b3
commit
f999fd8e12
2 changed files with 28 additions and 0 deletions
|
|
@ -7,6 +7,10 @@ ZSH=$HOME/.oh-my-zsh
|
|||
# time that oh-my-zsh is loaded.
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
# Example aliases
|
||||
# alias zshconfig="mate ~/.zshrc"
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
|
||||
# Set to this to use case-sensitive completion
|
||||
# CASE_SENSITIVE="true"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue