Skip to content

Commit

Permalink
stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fujimura committed Feb 15, 2016
1 parent f9f5b2b commit 4c7e190
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .zshrc
Expand Up @@ -49,10 +49,10 @@ alias b='bundle'
alias irb='pry'

# Haskell
alias ce='cabal exec'
alias c='cabal build'
alias cr='cabal repl'
alias ct='cabal test'
alias ghci='stack ghci'
alias ghc='stack ghc'
alias runhaskell='stack runhaskell'
alias runghc='stack runghc'

# Misc
alias color='for code in {0..255}; do echo -e "\e[38;05;${code}m $code: Test"; done'
Expand Down

0 comments on commit 4c7e190

Please sign in to comment.