diff --git a/config/fish/functions/fish_title.fish b/config/fish/functions/fish_title.fish new file mode 100644 index 0000000..874d7ce --- /dev/null +++ b/config/fish/functions/fish_title.fish @@ -0,0 +1,3 @@ +function fish_title + echo (status current-command) · (prompt_pwd) · (prompt_hostname) +end