fish-theme-nelsonjchen/fish_title.fish

7 lines
193 B
Fish
Raw Permalink Normal View History

2015-09-27 11:51:48 +02:00
function fish_title
# Customize the title bar of the terminal window.
# This does not affect tmux. Look at fish_right_prompt for what actually
# affects it.
echo '['(prompt_pwd)']'
2015-09-27 11:51:48 +02:00
end