AutoYADM commit: 2025-05-05 14:27:08
This commit is contained in:
parent
55114b5664
commit
3858e5943f
3 changed files with 21 additions and 2 deletions
|
@ -414,7 +414,7 @@ _forgit_show() {
|
||||||
--bind=\"alt-t:transform:[[ ! \\\"\$FZF_PREVIEW_LABEL\\\" =~ 'Diff' ]] &&
|
--bind=\"alt-t:transform:[[ ! \\\"\$FZF_PREVIEW_LABEL\\\" =~ 'Diff' ]] &&
|
||||||
echo 'change-preview-label( Diff )+refresh-preview' ||
|
echo 'change-preview-label( Diff )+refresh-preview' ||
|
||||||
echo 'change-preview-label( Commit Message )+refresh-preview'\"
|
echo 'change-preview-label( Commit Message )+refresh-preview'\"
|
||||||
$FORGIT_DIFF_FZF_OPTS
|
$FORGIT_SHOW_FZF_OPTS
|
||||||
--prompt=\"${commit} > \"
|
--prompt=\"${commit} > \"
|
||||||
"
|
"
|
||||||
_forgit_show_git_opts=()
|
_forgit_show_git_opts=()
|
||||||
|
|
|
@ -4,6 +4,14 @@
|
||||||
# using rbw and fuzzel. You can copy, auto-type, or show in notification.
|
# using rbw and fuzzel. You can copy, auto-type, or show in notification.
|
||||||
# Requires wl-copy, wtype, jq, and rbw.
|
# Requires wl-copy, wtype, jq, and rbw.
|
||||||
|
|
||||||
|
# unlock vault if needed
|
||||||
|
# Note: launches foot with 'footfloat' app-id
|
||||||
|
# so Niri sets it as floating with the appropriate
|
||||||
|
# window rule
|
||||||
|
if not rbw unlocked
|
||||||
|
rbw unlock
|
||||||
|
end
|
||||||
|
|
||||||
set -l action
|
set -l action
|
||||||
if test (count $argv) -ne 0
|
if test (count $argv) -ne 0
|
||||||
set action $argv[1]
|
set action $argv[1]
|
||||||
|
|
|
@ -1 +1,12 @@
|
||||||
{"email":"daniel@ficd.ca","sso_id":null,"base_url":null,"identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":3600,"sync_interval":3600,"pinentry":"pinentry-curses","client_cert_path":null}
|
{
|
||||||
|
"email": "daniel@ficd.ca",
|
||||||
|
"sso_id": null,
|
||||||
|
"base_url": null,
|
||||||
|
"identity_url": null,
|
||||||
|
"ui_url": null,
|
||||||
|
"notifications_url": null,
|
||||||
|
"lock_timeout": 3600,
|
||||||
|
"sync_interval": 3600,
|
||||||
|
"pinentry": "pinentry",
|
||||||
|
"client_cert_path": null
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue