Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Created June 24, 2015 06:31
Show Gist options
  • Save gearmobile/11956b7d20e75e1a428a to your computer and use it in GitHub Desktop.
Save gearmobile/11956b7d20e75e1a428a to your computer and use it in GitHub Desktop.
Создать постоянные alias в OSX
Создать постоянные alias в OSX
1. Создаем файл (если его нет): ~/.profile
2. Прописываем необходимый алиас в таком виде: alias name='command'
Где 'name' — имя алиаса; 'command' - консольная команда
3. Обновляем лист алиасов: source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment