From b026de0c5e34b48e96eb3dc4c3100e40a0dceb15 Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 2 Oct 2015 17:28:43 -0400 Subject: [PATCH 1/2] Add 'att' alias back https://github.com/robbyrussell/oh-my-zsh/commit/953e4d892631f93e31cfdfb72199fb8f413c6b49#commitcomment-13495507 The people wanted it apparently. --- plugins/atom/atom.plugin.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/atom/atom.plugin.zsh b/plugins/atom/atom.plugin.zsh index 2711cf0e8..bacaa45bd 100644 --- a/plugins/atom/atom.plugin.zsh +++ b/plugins/atom/atom.plugin.zsh @@ -35,3 +35,5 @@ linux*) # Alerts the user if 'atom' is not a found command. type atom >/dev/null 2>&1 && alias at="atom" || { echo >&2 "You have enabled the atom oh-my-zsh plugin on Linux, but atom is not a recognized command. Please make sure you have it installed before using this plugin."; } esac + +alias att="at ." From 4196240bc7d785e2008096b95438862afe56ecfe Mon Sep 17 00:00:00 2001 From: Ben Klein Date: Fri, 2 Oct 2015 17:40:31 -0400 Subject: [PATCH 2/2] Atom Readme up to date --- plugins/atom/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/atom/README.md b/plugins/atom/README.md index 6350c647b..cdb28ad92 100644 --- a/plugins/atom/README.md +++ b/plugins/atom/README.md @@ -18,6 +18,6 @@ Originally by Github user [aforty](https://github.com/aforty) for OSX, modified ### Examples - * Open the current dir in atom: `at .` + * Open the current dir in atom: `att` (alias of `at .`) * Open another dir in atom: `at path/to/folder` * Open a file: `at filename.extension`