Use pure theme for #fishshell
This commit is contained in:
3
fish/.config/fish/functions/git_is_stashed.fish
Normal file
3
fish/.config/fish/functions/git_is_stashed.fish
Normal 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
|
||||
Reference in New Issue
Block a user