[zshrc] add jitsi meet function
This commit is contained in:
parent
a4be8e6a8f
commit
4387f902a2
|
@ -170,6 +170,10 @@ fi
|
|||
alias presirandr="arandr; feh --bg-fill bg.jpg"
|
||||
alias mc="~/bin/mc"
|
||||
|
||||
function jitsi-meet() {
|
||||
chromium --app="https://meet.jit.si/$1"
|
||||
}
|
||||
|
||||
## Environment variables
|
||||
export HVSC_BASE="$HOME/Dokumente/sound/HVSC/"
|
||||
export ESP_ROOT="$HOME/projekte/esp8266/esp-open-sdk"
|
||||
|
|
Reference in a new issue