mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge 58a6ed1eac into 4300b63462
This commit is contained in:
commit
2b1ee8c697
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ local cache_file="$ZSH/cache/last-working-dir"
|
||||||
|
|
||||||
# Updates the last directory once directory is changed.
|
# Updates the last directory once directory is changed.
|
||||||
function chpwd() {
|
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"
|
pwd >| "$cache_file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Changes directory to the last working directory.
|
# Changes directory to the last working directory.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue