diff options
author | luxagraf <sng@luxagraf.net> | 2023-06-01 10:28:04 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2023-06-01 10:28:04 -0500 |
commit | 87fbfbf4b1feaf352bc145a0530b0dfeab34b46b (patch) | |
tree | a809b7fd761581baf7957a50639b5d6439976757 /.bashrc | |
parent | 34ca1b6676fa70557f15863979161d5a7c13a430 (diff) |
added a bunch of new scripts and helpers for w3m, newsboat, and tmux
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -628,3 +628,4 @@ yt () { RIPGREP_CONFIG_PATH=~/.ripgreprc GPG_TTY=$(tty) export GPG_TTY +[ -d "$HOME/.w3m/bin" ] && PATH="$HOME/.w3m/bin:$PATH" |