Created
September 24, 2023 16:59
-
-
Save manio/a12ad5d58222cbd95cf0cf304af2639d to your computer and use it in GitHub Desktop.
No `man` installed, and want online Archlinux man page?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# as in title - you have no `man` installed but sometimes you need to quick search for a manual page | |
# add this to your .zshrc | |
man() { | |
xdg-open https://man.archlinux.org/man/$1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment