diff options
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" |