Skip to content

Instantly share code, notes, and snippets.

@shazron
Created September 21, 2023 14:18
Show Gist options
  • Select an option

  • Save shazron/061691c08d4d2aa557059ba78d701b6a to your computer and use it in GitHub Desktop.

Select an option

Save shazron/061691c08d4d2aa557059ba78d701b6a to your computer and use it in GitHub Desktop.

Revisions

  1. shazron revised this gist Sep 21, 2023. No changes.
  2. shazron created this gist Sep 21, 2023.
    5 changes: 5 additions & 0 deletions .zshrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    if [ $ITERM_SESSION_ID ]; then
    precmd() {
    echo -ne "\033]0;${PWD##*/}\007"
    }
    fi