mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Future placeholders for autoMGMT/etc.
-Dx
This commit is contained in:
parent
eab05ee4f1
commit
3321b99b5b
1 changed files with 11 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Path to your oh-my-zsh configuration.
|
||||
## Path to your oh-my-zsh configuration.
|
||||
export ZSH=$HOME/.oh-my-zsh
|
||||
|
||||
# Man up - learn a real IDE...
|
||||
|
|
@ -21,10 +21,19 @@ export CASE_SENSITIVE="true"
|
|||
|
||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||
plugins=(git svn textmate osx)
|
||||
plugins=(git svn textmate osx) #::_SS_PLUGINS::
|
||||
|
||||
# The following line is used for automatic upgrades to your template file
|
||||
#::_SS_PLACEHOLDER::
|
||||
|
||||
|
||||
source .oh-my-zsh/oh-my-zsh.sh
|
||||
|
||||
# Customize to your needs...
|
||||
export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin:/Developer/android-sdk-mac/tools:/usr/local/narwhal/bin:/usr/local/node/bin:/usr/local/sbin:/usr/sbin:/sbin
|
||||
|
||||
# DO NOT REMOVE! The following line controls the automatic template upgrade system
|
||||
#::_SS_TEMPLATE_VERSION::1
|
||||
|
||||
# Place your own modifications after this line
|
||||
#::_SS_MOD_USER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue