diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-04-04 10:09:46 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-04-04 10:09:46 +0200 |
commit | c7b1d762d4621e3cf0bbd072bf14fd17adcfe92e (patch) | |
tree | 185169ee3a20bfec96b365b32de1dcf6633b8644 | |
parent | a7af5da37db7b0e98b5d68b7a0421228da2f309c (diff) |
Zsh changes
-rw-r--r-- | xorg/xresources (renamed from xorg/xdefaults) | 0 | ||||
-rw-r--r-- | zsh/zshrc | 4 |
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 @@ -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 ~/ |