mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 02:26:14 +08:00
[split] Move fishface theme to oh-my-fish/theme-fishface
https://github.com/oh-my-fish/theme-fishface
This commit is contained in:
parent
983057126f
commit
b0f5dfa2f6
|
@ -1,5 +0,0 @@
|
|||
## FishFace
|
||||
|
||||
Shows an ASCII fish which is blue or green when in a git repo.
|
||||
|
||||
![fishface theme](https://f.cloud.github.com/assets/66143/1224622/ec9660d8-2750-11e3-9c96-cb7a5a69eada.png)
|
|
@ -1,20 +0,0 @@
|
|||
# name: FishFace
|
||||
|
||||
function _git_branch_name
|
||||
echo (command git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
|
||||
end
|
||||
|
||||
function _is_git_dirty
|
||||
echo (command git status -s --ignore-submodules=dirty ^/dev/null)
|
||||
end
|
||||
|
||||
function fish_prompt
|
||||
set -l blue (set_color -o blue)
|
||||
set -l green (set_color -o green)
|
||||
|
||||
if [ (_git_branch_name) ]
|
||||
echo -n -s "$green><(((\"> "
|
||||
else
|
||||
echo -n -s "$blue><(((\"> "
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user