style: format fish files with fish_indent
This commit is contained in:
@@ -27,12 +27,12 @@ function gitup --description 'Fetch updates and show git status'
|
||||
echo "Check your map! You aren't in a git repository."
|
||||
return 1
|
||||
end
|
||||
|
||||
|
||||
if count $argv >/dev/null
|
||||
git fetch $argv
|
||||
else
|
||||
git fetch
|
||||
end
|
||||
|
||||
|
||||
and git status
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user