mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Fix whitespace
That's what I get for using GitHub text editor and not checking tabs.
This commit is contained in:
parent
1cfd813f79
commit
4c8bba57ac
@ -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…
Reference in New Issue
Block a user