Merge branch 'main' of https://git.askiiart.net/askiiart/dotfiles
This commit is contained in:
commit
b942486036
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ if status is-interactive
|
||||||
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||||
set -x EDITOR nvim
|
set -x EDITOR nvim
|
||||||
# TODO: add logic for podman/docker
|
# TODO: add logic for podman/docker
|
||||||
set DOCKER_HOST unix://$XDG_RUNTIME_DIR/podman/podman.sock
|
set DOCKER_HOST unix:///$XDG_RUNTIME_DIR/docker.sock
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
gpg-connect-agent updatestartuptty /bye
|
gpg-connect-agent updatestartuptty /bye
|
||||||
# ctrl+backspace (^H in kitty)
|
# ctrl+backspace (^H in kitty)
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"file": true
|
"file": true
|
||||||
},
|
},
|
||||||
"AnonymiseFileNames": {
|
"AnonymiseFileNames": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"anonymiseByDefault": true,
|
"anonymiseByDefault": true,
|
||||||
"method": 0,
|
"method": 0,
|
||||||
"randomisedLength": 7
|
"randomisedLength": 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue