mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
style fixes
This commit is contained in:
parent
aac5523629
commit
cddfc3b038
3 changed files with 3 additions and 6 deletions
|
|
@ -8,8 +8,7 @@ mkdir -p $ZSH_CACHE_DIR
|
|||
cache_file="$ZSH_CACHE_DIR/last-working-dir"
|
||||
|
||||
# Updates the last directory once directory is changed.
|
||||
typeset -ga chpwd_functions
|
||||
chpwd_functions+='chpwd_last_working_dir'
|
||||
chpwd_functions+=(chpwd_last_working_dir)
|
||||
function chpwd_last_working_dir() {
|
||||
# Use >| in case noclobber is set to avoid "file exists" error
|
||||
pwd >| "$cache_file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue