Skip to content

Instantly share code, notes, and snippets.

@plttn
Last active August 29, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plttn/b21c39081ea638473589 to your computer and use it in GitHub Desktop.
Save plttn/b21c39081ea638473589 to your computer and use it in GitHub Desktop.
adjusts fish shell title (as well as fixes SSH title bug with Terminal.app)
# Load exit_handler
. $HOME/.config/fish/functions/exit_handler.fish
function exit_handler --on-process-exit %self
printf "\x1b]0;\7"
end
function fish_title
echo $_ " "
echo -n (prompt_pwd)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment