Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
8b517ff6
Commit
8b517ff6
authored
Aug 30, 2009
by
Robby Russell
Browse files
Moving some more config into prompt.zsh to reduce amount of code in .zshrc
parent
c1ac59d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
prompt.zsh
View file @
8b517ff6
export
PAGER
=
less
export
LC_CTYPE
=
en_US.UTF-8
bindkey
-e
# Directory stuff.
...
...
zshrc
View file @
8b517ff6
export PAGER=less
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/oh-my-zsh
export LC_CTYPE=en_US.UTF-8
# Load all of the config files in ~/oh-my-zsh that end in .zsh
# TIP: Add files you don't want in git to .gitignore
for i in $ZSH/*zsh; do source $i; done;
# Directory stuff.
setopt AUTO_NAME_DIRS
# Speed stuff.
#setopt NO_BEEP
setopt AUTO_CD
setopt MULTIOS
setopt CDABLEVARS
# Customize to your needs...
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
...
...
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