update
This commit is contained in:
parent
43ecc226f7
commit
e14d6ac38a
3 changed files with 10 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
ThemeDefault
|
Dark
|
||||||
|
|
@ -143,6 +143,14 @@
|
||||||
key: "o",
|
key: "o",
|
||||||
description: Some("Get OTP"),
|
description: Some("Get OTP"),
|
||||||
): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""),
|
): Spawn("zsh -c \"$HOME/.config/scripts/otp.sh\""),
|
||||||
|
(
|
||||||
|
modifiers: [
|
||||||
|
Super,
|
||||||
|
Shift,
|
||||||
|
],
|
||||||
|
key: "y",
|
||||||
|
description: Some("Get OTP"),
|
||||||
|
): Spawn("zsh -c \"$HOME/.config/scripts/ssh.sh\""),
|
||||||
(
|
(
|
||||||
modifiers: [
|
modifiers: [
|
||||||
Super,
|
Super,
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,7 @@ delete() {
|
||||||
sed '/^scratch/d' |
|
sed '/^scratch/d' |
|
||||||
sed '/^general/d' |
|
sed '/^general/d' |
|
||||||
sed '/^$/d' |
|
sed '/^$/d' |
|
||||||
fzf --reverse --header 'Switch Session' --no-preview)
|
fzf --reverse --header 'Delete Session' --no-preview)
|
||||||
|
|
||||||
[ -z "$session" ] && return 1
|
[ -z "$session" ] && return 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue