Fix whitespace

That's what I get for using GitHub text editor and not checking tabs.
master
Ryan Winograd 13 years ago
parent 1cfd813f79
commit 4c8bba57ac
  1. 2
      plugins/last-working-dir/last-working-dir.plugin.zsh

@ -9,7 +9,7 @@ local cache_file="$ZSH/cache/last-working-dir"
# Updates the last directory once directory is changed.
function chpwd() {
# Use >! in case noclobber is set to avoid "file exists" error
# Use >! in case noclobber is set to avoid "file exists" error
echo "$PWD" >! "$cache_file"
}

Loading…
Cancel
Save