Skip to content

Commit

Permalink
Add urls alias like strings but for URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed May 21, 2024
1 parent ce5604c commit 633664e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ alias dcrs='dc pull ; dc down ; dc up -d'
alias dls='dpkg -L'
alias dpwd='docker run --rm -v "$(pwd):$(pwd)" -w "$(pwd)" -u "$(id -u):$(id -g)" -it'
alias dsl='dpkg -l | grep -i'
alias extracturls='grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | sort -u'
alias f1="awk '{print \$1}'"
alias f2="awk '{print \$2}'"
alias f2k9='f2k -9'
Expand Down Expand Up @@ -238,6 +237,7 @@ alias stt='git status -uall'
alias t='tmux attach'
alias tree="tree -F -A -I CVS"
alias tt='tail -n 9999'
alias urls="grep -Eo 'https?://[^ ]+' | sed 's/[^a-zA-Z0-9/:?&._=-]//g'"
alias vb=VBoxManage
alias vh=VBoxHeadless
alias vimsql="vim -c 'set ft=sql'"
Expand Down

0 comments on commit 633664e

Please sign in to comment.