mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge c2ea5bc388 into 9c08641d7c
This commit is contained in:
commit
863ef40982
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