Skip to content

Commit

Permalink
Update linkme/.zshrc
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
martimlobao and sourcery-ai[bot] authored Jan 23, 2025
1 parent 1c5aa0a commit 4d81c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkme/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ zstyle ':omz:update' frequency 14
DISABLE_AUTO_TITLE="true"
precmd() {
FOLDER=$( [[ "$PWD" == "$HOME" ]] && echo '~' || basename "$PWD" )
eval "echo -ne '\033]0;${FOLDER}\007'"
printf '\033]0;%s\007' "${FOLDER}"
}


Expand Down

0 comments on commit 4d81c50

Please sign in to comment.