Skip to content

Instantly share code, notes, and snippets.

@YarekTyshchenko
Created March 9, 2016 13:41
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 YarekTyshchenko/91c02e38caec5b22a282 to your computer and use it in GitHub Desktop.
Save YarekTyshchenko/91c02e38caec5b22a282 to your computer and use it in GitHub Desktop.
Collection of Fish functions
function fish_right_prompt
if not set -q $DH
echo $DH
else
echo No Dockerhost set
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment