mirror of https://github.com/bjeanes/dotfiles.git
3 lines
38 B
Fish
3 lines
38 B
Fish
|
function fish_title
|
||
|
echo -n $PWD
|
||
|
end
|