Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
6d616de6
Commit
6d616de6
authored
Mar 22, 2014
by
Robby Russell
Browse files
Merge pull request #2637 from aforty/master
Atom plugin
parents
184e93cb
5f31190a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/atom/atom.plugin.zsh
View file @
6d616de6
#
# Your guess is as good as mine. Let's just assume that we will need this...
# - For more info visit... http://atom.io/
#
\ No newline at end of file
local
_atom_paths
>
/dev/null 2>&1
_atom_paths
=(
"
$HOME
/Applications/Atom.app"
"/Applications/Atom.app"
)
for
_atom_path
in
$_atom_paths
;
do
if
[[
-a
$_atom_path
]]
;
then
alias
at
=
"open -a '
$_atom_path
'"
break
fi
done
alias
att
=
'at .'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment