Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
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
5f09d0f6
Commit
5f09d0f6
authored
Mar 24, 2014
by
Luke Horvat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typos + made wording more consistent in zshrc.zsh-template
parent
ffc17b6b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
zshrc.zsh-template
templates/zshrc.zsh-template
+13
-13
No files found.
templates/zshrc.zsh-template
View file @
5f09d0f6
...
@@ -11,34 +11,34 @@ ZSH_THEME="robbyrussell"
...
@@ -11,34 +11,34 @@ ZSH_THEME="robbyrussell"
# alias zshconfig="mate ~/.zshrc"
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# alias ohmyzsh="mate ~/.oh-my-zsh"
#
Set this to use case-sensitive completion
#
Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# CASE_SENSITIVE="true"
# Uncomment th
is to disable bi-weekly auto-update checks
# Uncomment th
e following line to disable bi-weekly auto-update checks.
# DISABLE_AUTO_UPDATE="true"
# DISABLE_AUTO_UPDATE="true"
# Uncomment t
o change how often to auto-update? (in days)
# Uncomment t
he following line to change how often to auto-update (in days).
# export UPDATE_ZSH_DAYS=13
# export UPDATE_ZSH_DAYS=13
# Uncomment
following line if you want to disable colors in ls
# Uncomment
the following line to disable colors in ls.
# DISABLE_LS_COLORS="true"
# DISABLE_LS_COLORS="true"
# Uncomment
following line if you want to disable auto
setting terminal title.
# Uncomment
the following line to disable auto-
setting terminal title.
# DISABLE_AUTO_TITLE="true"
# DISABLE_AUTO_TITLE="true"
# Uncomment
following line if you want to disable command autocorrection
# Uncomment
the following line to disable command auto-correction.
# DISABLE_CORRECTION="true"
# DISABLE_CORRECTION="true"
# Uncomment
following line if you want red dots to be displayed while waiting for completion
# Uncomment
the following line to display red dots whilst waiting for completion.
# COMPLETION_WAITING_DOTS="true"
# COMPLETION_WAITING_DOTS="true"
# Uncomment
following line if you want to disable marking untracked files under
# Uncomment
the following line if you want to disable marking untracked files
#
VCS as dirty. This makes repository status check for large repositories much,
#
under VCS as dirty. This makes repository status check for large repositories
# much faster.
# much
, much
faster.
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# DISABLE_UNTRACKED_FILES_DIRTY="true"
# Uncomment
following line if you want to the command execution time stamp shown
# Uncomment
the following line if you want to change the command execution time
# in the history command output.
#
stamp shown
in the history command output.
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# HIST_STAMPS="mm/dd/yyyy"
# HIST_STAMPS="mm/dd/yyyy"
...
@@ -60,7 +60,7 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
...
@@ -60,7 +60,7 @@ export PATH=$HOME/bin:/usr/local/bin:$PATH
# You may need to manually set your language environment
# You may need to manually set your language environment
# export LANG=en_US.UTF-8
# export LANG=en_US.UTF-8
#
#
Preferred editor for local and remote sessions
# Preferred editor for local and remote sessions
# if [[ -n $SSH_CONNECTION ]]; then
# if [[ -n $SSH_CONNECTION ]]; then
# export EDITOR='vim'
# export EDITOR='vim'
# else
# else
...
...
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