Skip to content

Instantly share code, notes, and snippets.

@manio
Created September 24, 2023 16:59
Show Gist options
  • Save manio/a12ad5d58222cbd95cf0cf304af2639d to your computer and use it in GitHub Desktop.
Save manio/a12ad5d58222cbd95cf0cf304af2639d to your computer and use it in GitHub Desktop.
No `man` installed, and want online Archlinux man page?
# 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