Skip to content

Instantly share code, notes, and snippets.

@sudodoki
Created May 28, 2016 11:49
Show Gist options
  • Save sudodoki/4c88745486735787fbbf5a1fd7d41f11 to your computer and use it in GitHub Desktop.
Save sudodoki/4c88745486735787fbbf5a1fd7d41f11 to your computer and use it in GitHub Desktop.
function presenter
set result (fish_prompt)
if [ $result = ">" ]
exec fish
else
function fish_prompt; echo ">"; end; funcsave fish_prompt
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment