Skip to content

Commit

Permalink
[sorin-ionescu#145] Load the alias module in the utility module
Browse files Browse the repository at this point in the history
Functions cdll, pushdll, and popdll depend on the ll alias.
  • Loading branch information
sorin-ionescu committed May 5, 2012
1 parent d91bb7d commit bd0fe6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/utility/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Sorin Ionescu <[email protected]>
#

# Load dependencies.
omodload 'alias'

# Serves a directory via HTTP.
alias http-serve='python -m SimpleHTTPServer'

Expand Down

0 comments on commit bd0fe6d

Please sign in to comment.