Skip to content

Commit 8bcece5

Browse files
committed
[sorin-ionescu#145] Load the alias module in the utility module
Functions cdll, pushdll, and popdll depend on the ll alias.
1 parent aed0d58 commit 8bcece5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

modules/utility/init.zsh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# Sorin Ionescu <sorin.ionescu@gmail.com>
88
#
99

10+
# Load dependencies.
11+
omodload 'alias'
12+
1013
# Serves a directory via HTTP.
1114
alias http-serve='python -m SimpleHTTPServer'
1215

0 commit comments

Comments
 (0)