Skip to content

Commit

Permalink
Silence annoying output from stow
Browse files Browse the repository at this point in the history
Suppresses the harmless warning lines coming out of stow

Ref: aspiers/stow#65 (comment)
  • Loading branch information
phantomwhale committed Mar 20, 2023
1 parent 52feef6 commit dbd6202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-osx.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

stow -R ag bash bin bundler git javascript kitty neovim ruby timetrap todo zsh
stow -R ag bash bin bundler git javascript kitty neovim ruby timetrap todo zsh 2> >(grep -v 'BUG in find_stowed_path? Absolute/relative mismatch' 1>&2)

0 comments on commit dbd6202

Please sign in to comment.