apache_conf 〜/的.config /鱼/ config.fish

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf 〜/的.config /鱼/ config.fish相关的知识,希望对你有一定的参考价值。

set --erase fish_greeting

function reload
    source ~/.config/fish/config.fish
end

function ll
    ls -lhG $argv
end

function la
    ls -lahG $argv
end

function lsd
    ls -d */
end

setenv SSH_ENV $HOME/.ssh/environment

function start_agent
    echo "Initializing new SSH agent ..."
    ssh-agent -c | sed 's/^echo/#echo/' > $SSH_ENV
    echo "succeeded"
    chmod 600 $SSH_ENV
    . $SSH_ENV > /dev/null
    ssh-add
end

function test_identities
    ssh-add -l | grep "The agent has no identities" > /dev/null
    if [ $status -eq 0 ]
        ssh-add
        if [ $status -eq 2 ]
            start_agent
        end
    end
end

if [ -n "$SSH_AGENT_PID" ]
    ps -ef | grep $SSH_AGENT_PID | grep ssh-agent > /dev/null
    if [ $status -eq 0 ]
        test_identities
    end
else
    if [ -f $SSH_ENV ]
        . $SSH_ENV > /dev/null
    end
    ps -ef | grep $SSH_AGENT_PID | grep -v grep | grep ssh-agent > /dev/null
    if [ $status -eq 0 ]
        test_identities
    else
        start_agent
    end
end

以上是关于apache_conf 〜/的.config /鱼/ config.fish的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf 配置鱼壳的vritualfish

apache_conf 我的〜/ .config / fish / config.fish文件

apache_conf 的config.txt

apache_conf 的config.cfg

apache_conf config.json

apache_conf config.json