mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Redirect standard error to null by default.
This commit is contained in:
parent
6d870c126f
commit
f6519e9ad4
@ -1,3 +1,3 @@
|
||||
function spin -d "Run `fisher install spin` to update this function." -a commands
|
||||
fish -c "$commands" ^ /dev/stderr
|
||||
function spin -d "Run fisher install spin to update this function." -a commands
|
||||
fish -c "$commands" ^ /dev/null
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user