Skip to content

Instantly share code, notes, and snippets.

@linknum23
Created September 20, 2017 16:50
Show Gist options
  • Save linknum23/6212475edab97e939218a7bffabcce01 to your computer and use it in GitHub Desktop.
Save linknum23/6212475edab97e939218a7bffabcce01 to your computer and use it in GitHub Desktop.
bash nmcli wifi aliases
# nmcli aliases from man nmcli
alias wifi-list='nmcli dev wifi list'
alias wifi-connect='nmcli con up id'
alias wifi-add='nmcli --ask dev wifi connect '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment