Changes
1 changed files (+8/-7)
-
-
@@ -1,12 +1,5 @@if status is-interactive # Commands to run in interactive sessions can go here # Detect if running in Termux if test -n "$TERMUX_VERSION" # SSH_ASKPASS requires an executable set -gx SSH_ASKPASS ~/.config/fish/scripts/termux-ssh-askpass.fish set -gx SSH_ASKPASS_REQUIRE force eval (ssh-agent -c) end end abbr -a -- o open
-
@@ -35,3 +28,11 @@ set -gx PYTHON_HISTORY ~/.local/state/python_historyset -gx DOT_SAGE ~/.config/sage # For typing Lean special chars set -gx XCOMPOSEFILE ~/.config/X11/xcompose # Detect if running in Termux if test -n "$TERMUX_VERSION" # SSH_ASKPASS requires an executable, not a Fish function set -gx SSH_ASKPASS ~/.config/fish/scripts/termux-ssh-askpass.fish set -gx SSH_ASKPASS_REQUIRE force set -gx SSH_AUTH_SOCK /data/data/com.termux/files/usr/var/run/ssh-agent.socket end
-