Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
3a56297c
Commit
3a56297c
authored
Dec 01, 2010
by
Dieter Plaetinck
Committed by
Robby Russell
Jul 23, 2011
Browse files
Options
Browse Files
Download
Plain Diff
Don't export oh-my-zsh configuration paramaters to the environment
These variables are only used by oh-my-zsh, so there's no need to populate the environment of all children with them.
parents
3552423d
1a673fc1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
zshrc.zsh-template
templates/zshrc.zsh-template
+6
-6
No files found.
templates/zshrc.zsh-template
View file @
3a56297c
# Path to your oh-my-zsh configuration.
export
ZSH=$HOME/.oh-my-zsh
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
export
ZSH_THEME="robbyrussell"
ZSH_THEME="robbyrussell"
# Set to this to use case-sensitive completion
#
export
CASE_SENSITIVE="true"
# CASE_SENSITIVE="true"
# Comment this out to disable weekly auto-update checks
#
export
DISABLE_AUTO_UPDATE="true"
# DISABLE_AUTO_UPDATE="true"
# Uncomment following line if you want to disable colors in ls
#
export
DISABLE_LS_COLORS="true"
# DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
#
export
DISABLE_AUTO_TITLE="true"
# DISABLE_AUTO_TITLE="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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment