mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
important aliases, refactorings, all sorts
This commit is contained in:
parent
b2a9b62fa5
commit
e278d94f6f
9 changed files with 76 additions and 38 deletions
|
|
@ -12,6 +12,13 @@ if [ "$DISABLE_AUTO_UPDATE" != "true" ]; then
|
|||
source $ZSH/tools/check_for_upgrade.sh
|
||||
fi
|
||||
|
||||
# Homebrew mentioned this so I'm doing it
|
||||
export SCALA_HOME=/usr/local/homebrew/opt/scala/idea
|
||||
|
||||
# From Helios user guide https://github.com/spotify/helios/blob/master/docs/user_manual.md#using-the-helios-cli
|
||||
alias helios='helios -z http://localhost:5801'
|
||||
|
||||
|
||||
# Initializes Oh My Zsh
|
||||
|
||||
# add a function path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue