mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds function to generate jitsi link to zsh
This commit is contained in:
parent
bfb97c9f1c
commit
b0f288367a
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@
|
||||||
bindkey -M menuselect 'l' vi-forward-char
|
bindkey -M menuselect 'l' vi-forward-char
|
||||||
|
|
||||||
|
|
||||||
|
function jitsi-link() {
|
||||||
|
url=$(printf "https://meet.jit.si/%s" "$(uuidgen)")
|
||||||
|
printf "%s" "''${url}" | wl-copy
|
||||||
|
printf "%s\n" "''${url}"
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
zsh-abbr = {
|
zsh-abbr = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue