diff options
-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 ~/ |