Merge branch 'master' of github.com:choener/oh-my-zsh

This commit is contained in:
Christian Hoener zu Siederdissen 2014-11-26 11:34:51 +01:00
commit d2c3fd4ec6

View file

@ -15,7 +15,7 @@ function chpwd() {
# Changes directory to the last working directory.
function lwd() {
[[ ! -r "$cache_file" ]] || cd `cat "$cache_file"`
[[ ! -r "$cache_file" ]] || cd "`cat "$cache_file"`"
}
# Automatically jump to last working directory unless this isn't the first time