zshrc: added streamlink to read a config from $HOME/.config/streamlink/config
This commit is contained in:
parent
cc266cb355
commit
a8dce2df03
1
.zshrc
1
.zshrc
@ -167,6 +167,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
|
|||||||
alias sleep-lid-off="sudo pmset -b sleep 0; sudo pmset -b disablesleep 1"
|
alias sleep-lid-off="sudo pmset -b sleep 0; sudo pmset -b disablesleep 1"
|
||||||
alias sleep-lid-on="sudo pmset -b sleep 5; sudo pmset -b disablesleep 0"
|
alias sleep-lid-on="sudo pmset -b sleep 5; sudo pmset -b disablesleep 0"
|
||||||
alias restart-network-share="sudo pkill -i netauthsysagent"
|
alias restart-network-share="sudo pkill -i netauthsysagent"
|
||||||
|
alias streamlink="streamlink --config $HOME/.config/streamlink/config"
|
||||||
|
|
||||||
# Terraform
|
# Terraform
|
||||||
export TFENV_ARCH=amd64
|
export TFENV_ARCH=amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user