This commit is contained in:
2026-04-13 18:25:22 +02:00
parent 561be8b27a
commit 7f41488da6
7 changed files with 25 additions and 18 deletions
+5 -1
View File
@@ -49,6 +49,10 @@ if type gpg &>/dev/null; then
export GPG_TTY
fi
if type fnm &>/dev/null; then
eval "$(fnm env --shell bash --use-on-cd)"
fi
if [[ ${UY_USING_SSH_AGENT:-0} == 1 ]]; then
function sshs() {
if ! ssh-add -l &>/dev/null; then
@@ -63,5 +67,5 @@ if [[ ${UY_USING_SSH_AGENT:-0} == 1 ]]; then
fi
if type starship &>/dev/null; then
eval $(starship init bash)
eval "$(starship init bash)"
fi