Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
3730002fbb
1 changed files with 3 additions and 1 deletions
4
.zshrc
4
.zshrc
|
@ -805,7 +805,9 @@ load_working_dir() {
|
|||
}
|
||||
|
||||
save_working_dir() {
|
||||
pwd > "$WORKING_DIR_SAVE_FILE"
|
||||
if [ "$(pwd)" != "$HOME" ];then
|
||||
pwd > "$WORKING_DIR_SAVE_FILE"
|
||||
fi
|
||||
}
|
||||
|
||||
autoload -U add-zsh-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue