Skip to content

Commit

Permalink
Add zsh aliases file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlartz committed Mar 28, 2013
1 parent b07e2be commit 80f8a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added .zsh/aliases
Empty file.
4 changes: 4 additions & 0 deletions .zshrc
@@ -1,4 +1,5 @@
ZSH=$HOME/.oh-my-zsh
MYZSH=$HOME/.zsh

# CASE_SENSITIVE="true"
# DISABLE_AUTO_UPDATE="true"
Expand All @@ -13,6 +14,9 @@ plugins=(brew bundler gem git rails rake ruby rvm bundler)
source $ZSH/oh-my-zsh.sh
source $HOME/.config/mlartz.zsh-theme

source $MYZSH/aliases


setopt nocorrectall

export PATH=/usr/local/bin:$PATH:$HOME/.rvm/bin
Expand Down

0 comments on commit 80f8a5f

Please sign in to comment.