From c7b1d762d4621e3cf0bbd072bf14fd17adcfe92e Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 4 Apr 2011 10:09:46 +0200 Subject: Zsh changes --- zsh/zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index b9cfbdd..de084cb 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -67,7 +67,7 @@ alias tmux='tmux -u' alias v="vim" alias vi="vim" alias vbm="VBoxManage" -alias httpd="python -m SimpleHTTPServer" +alias httpd="python2 -m SimpleHTTPServer" # Debian stuff alias agu="sudo apt-get update" @@ -134,3 +134,5 @@ case $TERM in precmd () {print -Pn "\e]0;%n@%m: %~\a"} ;; esac + +cd ~/ -- cgit v1.2.3