Migrate to home-manager
This commit is contained in:
parent
6781866277
commit
2f6d4e1d3c
147 changed files with 6181 additions and 6078 deletions
files/scripts
4
files/scripts/wezterm-open-url
Executable file
4
files/scripts/wezterm-open-url
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
if [[ $1 == http* ]]; then
|
||||
printf "\033]1337;SetUserVar=open_url=%s\007" "$(echo -n "$1" | base64)"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue