git.fiddlerwoaroof.com
Ed L authored on 23/01/2012 18:31:50
Showing 1 changed files
... ...
@@ -22,7 +22,7 @@ export DISABLE_AUTO_TITLE="true"
22 22
 # Example format: plugins=(rails git textmate ruby lighthouse)
23 23
 plugins=(git ruby rails osx brew zsh-syntax-highlighting)
24 24
 
25
-source $ZSH/oh-my-zsh.sh
25
+#source $ZSH/oh-my-zsh.sh
26 26
 unsetopt correct_all
27 27
 
28 28
 # Customize to your needs...
... ...
@@ -151,12 +151,10 @@ alias -g .cf="grep -r '<<<' * | grep \.py | grep -vi binary | cut -d: -f1"
151 151
 alias la="ls -A"
152 152
 alias ,=pydit
153 153
 alias tw=twitter_tool
154
-#alias ::=modpath
155 154
 alias v=$VISUAL
156 155
 alias e=$EDITOR
157 156
 alias cvsdiff='cvs diff -wbB | colordiff'
158
-alias 's_emen2'='export PYTHONPATH=/Users/edwlan/Programming/jsonrpc/:/Users/edwlan/Programming/emen2/emen2/:$PYTHONPATH'
159
-alias emen2_env='source $HOME/python_envs/emen2/bin/activate'
157
+alias cp.='gcp --target-directory=.'
160 158
 
161 159
 showspaces() {
162 160
 	python -c'import sys;print sys.stdin.read().replace(" ",".").replace("\t", "—---")'