Skip to content

Instantly share code, notes, and snippets.

@kenji0x02
Last active December 17, 2015 12:49
Show Gist options
  • Save kenji0x02/5612792 to your computer and use it in GitHub Desktop.
Save kenji0x02/5612792 to your computer and use it in GitHub Desktop.
たまにあるじゃないですか、Macのterminalからテキストエディタでファイルを開きたいとき…
$ open -a textedit file_name
# i don't remenber this command, so...
$ vi ~/.bashrc
+ if [ `uname` = "Darwin" ]; then
+ alias notepad="open -a textedit"
+ fi
# windows like :-)
@kenji0x02
Copy link
Author

likeは”好き”じゃなくて、”っぽい”のほう。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment