2017-12-22 55 views
1

터미널에서 열린 파일 또는 폴더에 대해 zsh 함수를 작성하려고합니다.Zsh function sublime 오픈 폴더 및 디렉토리

function osub() { 
if [[ -z [email protected] ]]; then 
    /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl [email protected] 
else 
    /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl . 
fi 
} 

나는 또한 $ 1을 사용했다. osub 명령 만 실행하고 새 파일을 만들고 osub 파일을 실행할 경우 숭고한 방법으로 열면 현재 폴더를 장엄하게 엽니 다.

+0

내 대답이 도움이된다면 다음과 같이하십시오. –

답변