Skip to content

Commit

Permalink
maint: +x alias for chmod +x
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
  • Loading branch information
vladdoster committed Nov 1, 2022
1 parent ed9911e commit ce84f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ alias gen-passwd='openssl rand -base64 24'
alias get-my-ip='curl ifconfig.co'
alias tmp-md='$EDITOR $(mktemp -t scratch.XXX.md)'
alias ps-grep="ps aux | grep -v grep | grep -i -e VSZ -e"
alias -- +x='chmod +x'
path-info() { printf "%s\n" $path | sort; printf "\n--- \$PATH contains %s items" $(print -l $path | sort | wc -l); }
# +────────+
alias http-serve='python3 -m http.server'
Expand Down

0 comments on commit ce84f2f

Please sign in to comment.