summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2023-06-01 10:28:04 -0500
committerluxagraf <sng@luxagraf.net>2023-06-01 10:28:04 -0500
commit87fbfbf4b1feaf352bc145a0530b0dfeab34b46b (patch)
treea809b7fd761581baf7957a50639b5d6439976757 /.bashrc
parent34ca1b6676fa70557f15863979161d5a7c13a430 (diff)
added a bunch of new scripts and helpers for w3m, newsboat, and tmux
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e6d5819..b53e42b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -628,3 +628,4 @@ yt () {
RIPGREP_CONFIG_PATH=~/.ripgreprc
GPG_TTY=$(tty)
export GPG_TTY
+[ -d "$HOME/.w3m/bin" ] && PATH="$HOME/.w3m/bin:$PATH"