fish: Remove mkdir hack

This commit is contained in:
2025-02-06 19:43:26 +01:00
parent e0ed6a4de9
commit 3ec25cd975

View File

@ -23,7 +23,6 @@ end
function fish_ssh_agent --description "Start ssh-agent if not started yet, or uses already started ssh-agent." function fish_ssh_agent --description "Start ssh-agent if not started yet, or uses already started ssh-agent."
if test -z "$SSH_ENV" if test -z "$SSH_ENV"
mkdir $HOME/.ssh
set -xg SSH_ENV $HOME/.ssh/environment set -xg SSH_ENV $HOME/.ssh/environment
end end