summaryrefslogtreecommitdiff
path: root/sh_aliases
diff options
context:
space:
mode:
authordavidovki <david@davidovski.xyz>2023-03-10 17:06:03 +0000
committerdavidovki <david@davidovski.xyz>2023-03-10 17:06:03 +0000
commitb71fd9bbb97c32cd90a2d8f1c817cd601a79fff6 (patch)
treeeb8f4f7ffde01b464ba412ed25fdfef9b92ebe0e /sh_aliases
parent3538699954861f86ab89019c30a3ff1d332b7511 (diff)
Fix websearch to use browser env var
Diffstat (limited to 'sh_aliases')
-rw-r--r--sh_aliases2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh_aliases b/sh_aliases
index 52c54b0..8f60308 100644
--- a/sh_aliases
+++ b/sh_aliases
@@ -73,5 +73,5 @@ passthrough_disable () {
passthrough_enable () {
sudo mv /etc/modprobe.d/vfio.conf /etc/modprobe.d/vfio.conf.disabled
}
-alias links="xlinks -g -html-g-text-color 0xf58f44 -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf"
+alias links="links -g -html-g-text-color 0xfefefe -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf"
alias weechat="weechat -d ~/.weechat"