Created
September 20, 2017 16:50
-
-
Save linknum23/6212475edab97e939218a7bffabcce01 to your computer and use it in GitHub Desktop.
bash nmcli wifi aliases
This file contains 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
# 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