Fix some issues with coloring.
This commit is contained in:
parent
e012a5c2e0
commit
250494a31d
@ -3,6 +3,8 @@ import os,sys
|
|||||||
|
|
||||||
dn = os.path.dirname(os.path.realpath(__file__))
|
dn = os.path.dirname(os.path.realpath(__file__))
|
||||||
fzf_file = open(dn + "/fzf.txt").read()
|
fzf_file = open(dn + "/fzf.txt").read()
|
||||||
|
fzf_file = fzf_file.replace("[0;34m", "")
|
||||||
|
fzf_file = fzf_file.replace('[0m', '')
|
||||||
|
|
||||||
print(fzf_file)
|
print(fzf_file)
|
||||||
sys.exit()
|
sys.exit()
|
Loading…
Reference in New Issue
Block a user