diff options
author | davidovski <david@davidovski.xyz> | 2022-05-01 21:21:05 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-01 21:21:05 +0000 |
commit | 606bc59d0f8f67815c6a717843835477d44db6b3 (patch) | |
tree | 687b3fe5bc844b90a3841e1ea543aa9f9934a93a /repo/util/fzf.xibuild | |
parent | 1084afc3c4d9c83e61620de60ba59a4393a33cb0 (diff) |
added ungoogled chromium
Diffstat (limited to 'repo/util/fzf.xibuild')
-rw-r--r-- | repo/util/fzf.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/util/fzf.xibuild b/repo/util/fzf.xibuild index a144f28..6926f2f 100644 --- a/repo/util/fzf.xibuild +++ b/repo/util/fzf.xibuild @@ -10,6 +10,7 @@ DESC="Command-line fuzzy finder" prepare () { sed -i 's/-w /-w -linkmode external /' Makefile + sed -i '61s,.*, defaultCommand = `command find -L . -mindepth 1 -path "*/\.*" -prune -o -type f -print -o -type l -print 2> /dev/null | cut -b3-`,' src/constants.go } build () { |