comparison zshrc @ 80:16edf05ad21a

Fix errors with prompt
author zegervdv <zegervdv@me.com>
date Mon, 21 Jul 2014 09:58:05 +0200
parents 7d3ded16eaa2
children dd76ef1174f1
comparison
equal deleted inserted replaced
79:7d3ded16eaa2 80:16edf05ad21a
31 COMPLETION_WAITING_DOTS="true" 31 COMPLETION_WAITING_DOTS="true"
32 32
33 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) 33 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
34 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ 34 # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
35 # Example format: plugins=(rails git textmate ruby lighthouse) 35 # Example format: plugins=(rails git textmate ruby lighthouse)
36 plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore brew-cask rake-fast) 36 plugins=(git z textmate sublime ruby history-substring-search brew gitfast osx terminalapp vagrant web-search gitignore brew-cask rake-fast colorize colored-man extract)
37 37
38 source $ZSH/oh-my-zsh.sh 38 source $ZSH/oh-my-zsh.sh
39 39
40 # source $ZSH/plugins/history-substring-search/history-substring-search.zsh 40 # source $ZSH/plugins/history-substring-search/history-substring-search.zsh
41 41
64 alias p="~/Documents/projects" 64 alias p="~/Documents/projects"
65 65
66 # Commands 66 # Commands
67 alias grep="grep --color=auto" 67 alias grep="grep --color=auto"
68 alias beer="bundle exec rake" 68 alias beer="bundle exec rake"
69 alias ll="ls -altr" 69 alias ll="ls -altrh"
70 alias l="ls -ltr" 70 alias l="ls -lthr"
71 alias gsl="git sl" 71 alias gsl="git sl"
72 72
73 # Functions 73 # Functions
74 gcat () { 74 gcat () {
75 cat $1 | egrep "$2|$" 75 cat $1 | egrep "$2|$"