zoukankan      html  css  js  c++  java
  • 浅谈terminal下快速开启sublime text3

    如何在命令行中快速开启sublime text3打开当前文件夹呢?

    mac下配置如下:1.open .zshrc

                            2. alias subl="'/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'"

                                alias nano="subl"
                                export EDITOR="subl"

                           

    附:rvm与zsh问题:

                              This solution works for me: Open .zshrc file, and find PATH line

                              change

                    export PATH=/path/to/something

                              into

                    export PATH="$PATH:/path/to/something"

    save it and do source ~/.zshrc, Then it worked.

  • 相关阅读:
    bzoj1711
    bzoj1458
    bzoj1433
    hdu2732
    bzoj1066
    hdu3549
    poj1698
    [ZJOI2007]时态同步
    SA 学习笔记
    [LUOGU]2016 Sam数
  • 原文地址:https://www.cnblogs.com/JackyKun/p/5041748.html
Copyright © 2011-2022 走看看