Use pure theme for #fishshell

This commit is contained in:
Colin Powell
2019-07-30 11:01:36 -04:00
parent a37c01cc6e
commit 224697d780
55 changed files with 914 additions and 1321 deletions

View File

@ -0,0 +1,3 @@
function git_is_stashed -d "Test if there are changes in the Git stash"
command git rev-parse --verify --quiet refs/stash > /dev/null 2>/dev/null
end