tangled
alpha
login
or
join now
bitquabit.com
/
dotfiles
0
fork
atom
My dotfiles
0
fork
atom
overview
issues
pulls
pipelines
fish: set up SSH socket management on Andoid
bitquabit.com
5 months ago
8ec10459
525f954d
+6
1 changed file
expand all
collapse all
unified
split
fish
config.fish
+6
fish/config.fish
···
30
30
command -qs zoxide; and zoxide init fish | source
31
31
end
32
32
33
33
+
# If we're in Termux, add the SSH agent
34
34
+
if uname -a | grep -q Android
35
35
+
set -x SSH_AUTH_SOCK $PREFIX/var/run/ssh-agent.socket
36
36
+
ssh-add
37
37
+
end
38
38
+
33
39
# General
34
40
set -x BAT_THEME "Monokai Extended Bright"
35
41
set -x COLORTERM truecolor