Commit 4c8bba57 authored by Ryan Winograd's avatar Ryan Winograd
Browse files

Fix whitespace

That's what I get for using GitHub text editor and not checking tabs.
parent 1cfd813f
......@@ -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"
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment