Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Apr 18, 2017
1 parent 251f189 commit 6d6515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
__reload_dotfiles() {
exec $SHELL -l
exec "$SHELL" -l
}
alias reload!='__reload_dotfiles'

0 comments on commit 6d6515d

Please sign in to comment.