dotfiles/dot_bashrc
2024-09-20 13:29:20 +08:00

11 lines
235 B
Text

. "$HOME/.cargo/env"
source /Users/neo/.config/broot/launcher/bash/br
[ -f ~/.bashrc ] && echo -e '\nexport GPG_TTY=$(tty)' >> ~/.bashrc
export GPG_TTY=$(tty)
if command -v ngrok &>/dev/null; then
eval "$(ngrok completion)"
fi