Skip to content

Commit a3fdbdb

Browse files
authored
repology
1 parent df046e1 commit a3fdbdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Linux/.bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ alias miniserve_up='miniserve --port 9977 --title "Files" --header "Miniserved:
136136
alias my_ipv4='curl --ipv4 -qfsSL "http://ipv4.whatismyip.akamai.com" ; echo'
137137
alias my_ipv6='curl --ipv6 -qfsSL "http://ipv6.whatismyip.akamai.com" ; echo'
138138
alias podman_purge='podman stop -a && podman rm -a -f && podman rmi -a -f'
139+
alias repology_helper='source <(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/metadata/refs/heads/main/soarpkgs/scripts/repology_fetcher.sh")'
139140
alias ssh_logs='grep -rsh "ssh" "/var/log" | grep -i "auth" | sort | less'
140141
alias rdp_logs='grep -rsh "rdp" "/var/log" | sort | less'
141142
alias tail_log='tail -f -n +1'

0 commit comments

Comments
 (0)