Created
March 9, 2016 13:41
-
-
Save YarekTyshchenko/91c02e38caec5b22a282 to your computer and use it in GitHub Desktop.
Collection of Fish functions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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