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
39f8b30d
Commit
39f8b30d
authored
Aug 28, 2009
by
Robby Russell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Loading all files in /Users/robbyrussell/oh-my-zsh that end in .zsh instead of…
Loading all files in /Users/robbyrussell/oh-my-zsh that end in .zsh instead of specifying them manually
parent
4e2b71ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
zshrc
zshrc
+3
-13
No files found.
zshrc
View file @
39f8b30d
...
@@ -2,19 +2,9 @@ export PAGER=less
...
@@ -2,19 +2,9 @@ export PAGER=less
export ZSH=$HOME/oh-my-zsh
export ZSH=$HOME/oh-my-zsh
export LC_CTYPE=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
# TODO: Refactor this sometimes soon...
# Load all of the config files in ~/oh-my-zsh that end in .zsh
source $ZSH/colors.zsh
# TIP: Add files you don't want in git to .gitignore
source $ZSH/aliases.zsh
for i in $ZSH/*zsh; do source $i; done;
source $ZSH/completion.zsh
source $ZSH/rake_completion.zsh
source $ZSH/functions.zsh
source $ZSH/git.zsh
source $ZSH/history.zsh
source $ZSH/grep.zsh
source $ZSH/prompt.zsh
# Uncomment if you have a projects.zsh file
# source $ZSH/projects.zsh
# Directory stuff.
# Directory stuff.
...
...
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