Skip to content

Commit

Permalink
refactor(zsh): improve clh alias
Browse files Browse the repository at this point in the history
Add -s and -S flags.
  • Loading branch information
eliasnorrby committed Jul 6, 2021
1 parent 18d6f08 commit 15309f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/zsh/aliases.zsh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
alias rl="exec zsh"

balias clh="curl localhost:"
balias clh="curl -sS localhost:"

# global aliases
alias -g G="| grep"
Expand Down

0 comments on commit 15309f8

Please sign in to comment.