added gentoo alias for news
This commit is contained in:
parent
ca8914dbe4
commit
e587965a50
1 changed files with 6 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ alias iftop-w="doas iftop -i wlp6s0 -P"
|
|||
alias wmon="wavemon"
|
||||
# usage p0f -i wlan0
|
||||
alias p0f="doas p0f"
|
||||
alias vnstat-w="vnstat -i wlan0 --json | jq"
|
||||
alias vnstat-w="vnstat -i wlp6s0 --json | jq"
|
||||
alias {bluetooth,bt}="bluetoothctl"
|
||||
alias {wi,ssid}="doas iw wlan0 scan | grep SSID"
|
||||
|
||||
|
|
@ -259,7 +259,7 @@ alias {prefix,autoprefixer}="npx postcss *.css --use autoprefixer -d build/"
|
|||
# informs on dependency updates
|
||||
alias taze="npx taze"
|
||||
# alias pip_upgrade="python -m pip install --upgrade pip"
|
||||
alias rust_upgrade="rustup update"
|
||||
#alias rust_upgrade="rustup update"
|
||||
alias nb="newsboat"
|
||||
alias profane="profanity"
|
||||
alias {gmail,email,mail,mutt,nmut,nmutt}="neomutt"
|
||||
|
|
@ -271,7 +271,7 @@ alias rt-rs="doas rm -r watch session && mkdir watch session && rm ~/Downloads/*
|
|||
alias slink="streamlink"
|
||||
#alias {epub,fbreader}="gobble FBReader"
|
||||
alias scrot="scrot --count --delay"
|
||||
alias grip="grip 6969"
|
||||
#alias grip="grip 6969"
|
||||
alias sudoku="sku"
|
||||
# alias rbd="checkrebuild -v"
|
||||
# pip list and pip freeze command list pip packages
|
||||
|
|
@ -416,3 +416,6 @@ alias portq="qlist -I"
|
|||
alias depends="equery g"
|
||||
alias {usedit,useedit}="doas nvim /etc/portage/package.use/package.use"
|
||||
alias unmask="doas nvim /etc/portage/package.accept_keywords/package.unmask"
|
||||
alias steamcmd="/opt/steamcmd/steamcmd.sh"
|
||||
alias {showmethekey,showkey,skey}="doas showmethekey-cli"
|
||||
alias {enews,readnews}="doas eselect news read"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue