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 /zsh/zshrc | |
parent | a7af5da37db7b0e98b5d68b7a0421228da2f309c (diff) |
Zsh changes
Diffstat (limited to '')
-rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ~/ |