mirror of
https://codeberg.org/n30w/dotfiles.git
synced 2026-05-07 20:15:26 +02:00
11 lines
235 B
Text
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
|