Skip to content

Instantly share code, notes, and snippets.

@samehkamaleldin
Created October 1, 2015 09:28
Show Gist options
  • Save samehkamaleldin/a6d144e63b6ff15fe61c to your computer and use it in GitHub Desktop.
Save samehkamaleldin/a6d144e63b6ff15fe61c to your computer and use it in GitHub Desktop.
function clc
reset
end
function fish_prompt
echo -e ""
echo -e (set_color "white")"┌──["(set_color normal) (set_color "green")(pwd)(set_color normal) (set_color "white")"]"(set_color normal)
echo -e (set_color "white")"└─⇾ "(set_color normal)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment