mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-27 03:05:39 +01:00
Update alias of for Atom
This commit is contained in:
parent
96e4e5dd03
commit
c2ea5bc388
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ _atom_paths=(
|
||||||
|
|
||||||
for _atom_path in $_atom_paths; do
|
for _atom_path in $_atom_paths; do
|
||||||
if [[ -a $_atom_path ]]; then
|
if [[ -a $_atom_path ]]; then
|
||||||
alias at="open -a '$_atom_path'"
|
alias a="open -a '$_atom_path'"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
alias att='at .'
|
alias att='a .'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue