Moving some more config into prompt.zsh to reduce amount of code in .zshrc
This commit is contained in:
parent
c1ac59d29a
commit
8b517ff666
|
@ -1,3 +1,6 @@
|
||||||
|
export PAGER=less
|
||||||
|
export LC_CTYPE=en_US.UTF-8
|
||||||
|
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
||||||
# Directory stuff.
|
# Directory stuff.
|
||||||
|
|
14
zshrc
14
zshrc
|
@ -1,22 +1,10 @@
|
||||||
export PAGER=less
|
# Path to your oh-my-zsh configuration.
|
||||||
export ZSH=$HOME/oh-my-zsh
|
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
|
# 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
|
# TIP: Add files you don't want in git to .gitignore
|
||||||
for i in $ZSH/*zsh; do source $i; done;
|
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...
|
# Customize to your needs...
|
||||||
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
export PATH=~/bin:/opt/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/sbin:/opt/local/lib/postgresql83/bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue