Commit 691073a9 authored by Bruno Pinto's avatar Bruno Pinto

quiet update

parent 912e6694
......@@ -7,7 +7,7 @@ function omf.git
git clone --quiet $repo_url $path ^ /tmp/oh-my-fish.clone.log
case '--update'
set -l path $argv[2]
return (cd $path; and git pull --rebase > /dev/null; echo $status)
return (cd $path; and git pull --quiet --rebase > /dev/null; echo $status)
case '*'
omf.log red 'Unknown option'
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment