Commit a300d1ba authored by Derek Willian Stavis's avatar Derek Willian Stavis

Merge pull request #305 from andrewrynhard/fix_#303

Fix #303
parents 4fab2853 1853f30d
function omf.bundle.add -a type name_or_url
set -l bundle $OMF_CONFIG/bundle
if test -L $OMF_CONFIG/bundle
set bundle (readlink $OMF_CONFIG/bundle)
end
set -l record "$type $name_or_url"
if test -f $bundle
......
function omf.bundle.remove
set bundle $OMF_CONFIG/bundle
set -l bundle $OMF_CONFIG/bundle
if test -L $OMF_CONFIG/bundle
set bundle (readlink $OMF_CONFIG/bundle)
end
if test -f $bundle
set type $argv[1]
......
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