mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Add 'att' alias back
953e4d8926 (commitcomment-13495507)
The people wanted it apparently.
This commit is contained in:
parent
a9c882094d
commit
b026de0c5e
1 changed files with 2 additions and 0 deletions
|
|
@ -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 ."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue