remove old wiif alias (we ust nmtui now)
This commit is contained in:
parent
5a130391b8
commit
c076d7e406
|
@ -63,10 +63,11 @@ alias chrome="google-chrome-beta"
|
||||||
# networking aliases
|
# networking aliases
|
||||||
alias p="ping 8.8.8.8"
|
alias p="ping 8.8.8.8"
|
||||||
|
|
||||||
|
# DEPRECATED: we use network manager (nmtui/nmcli) now
|
||||||
# start netctl using any available profile on the first wireless network
|
# start netctl using any available profile on the first wireless network
|
||||||
# interface
|
# interface
|
||||||
# TODO: flesh this out into a function that lets the user know what's going on.
|
# TODO: flesh this out into a function that lets the user know what's going on.
|
||||||
alias wifi="sudo systemctl start netctl-auto@$(for wli in /sys/class/net/wl*; do echo $(basename $wli); break; done)"
|
#alias wifi="sudo systemctl start netctl-auto@$(for wli in /sys/class/net/wl*; do echo $(basename $wli); break; done)"
|
||||||
|
|
||||||
# misc aliases
|
# misc aliases
|
||||||
alias setbg="feh --bg-fill"
|
alias setbg="feh --bg-fill"
|
||||||
|
|
|
@ -111,6 +111,7 @@ Plug 'bkad/CamelCaseMotion' " camel case and underscore word movements
|
||||||
Plug 'LargeFile' " gracefully handle very large files
|
Plug 'LargeFile' " gracefully handle very large files
|
||||||
Plug 'tpope/vim-commentary' " toggle comments in code easily
|
Plug 'tpope/vim-commentary' " toggle comments in code easily
|
||||||
Plug 'tpope/vim-repeat' " toggle comments in code easily
|
Plug 'tpope/vim-repeat' " toggle comments in code easily
|
||||||
|
Plug 'othree/html5.vim' " HTML5 syntax
|
||||||
Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux
|
Plug 'tmux-plugins/vim-tmux-focus-events' " allow transitions within tmux
|
||||||
Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux
|
Plug 'christoomey/vim-tmux-navigator' " allow transitions within tmux
|
||||||
Plug 'tasklist.vim' " show tasks with leader,t
|
Plug 'tasklist.vim' " show tasks with leader,t
|
||||||
|
|
Reference in a new issue