systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 2be039ec614edfbe88148dd2922feac57d320288
parent f003629b90ffd89460ccf87eb427184f54b3407c
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 11 Feb 2019 14:50:50 -0500

fix gop: replace noc with sed

dotfiles/gop | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdotfiles/gop | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/gop b/dotfiles/gop @@ -1 +1 @@ -vop `gre $1|yank -l|xargs echo|noc` +vop `gre $1|yank -l|xargs echo|sed 's/\x1b\[[0-9;]*[a-zA-Z]//g'`