summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-04-04 10:09:46 +0200
committerStefan Ritter <xeno@thehappy.de>2011-04-04 10:09:46 +0200
commitc7b1d762d4621e3cf0bbd072bf14fd17adcfe92e (patch)
tree185169ee3a20bfec96b365b32de1dcf6633b8644
parenta7af5da37db7b0e98b5d68b7a0421228da2f309c (diff)
Zsh changes
-rw-r--r--xorg/xresources (renamed from xorg/xdefaults)0
-rw-r--r--zsh/zshrc4
2 files changed, 3 insertions, 1 deletions
diff --git a/xorg/xdefaults b/xorg/xresources
index c16e049..c16e049 100644
--- a/xorg/xdefaults
+++ b/xorg/xresources
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 ~/