fish: Remove mkdir hack
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user