From 7941ef93e1f9afd5d58d58bfd7b6b12f2eb5971b Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Fri, 17 Jan 2025 10:29:34 +0000 Subject: [PATCH] Fix flatpak override command --- roles/home-cli/files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index 3a6f090..f33fead 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -209,7 +209,7 @@ then # If you get the following error: # unix_listener: cannot bind to path /run/user/XXXX/keyring/ssh: No such file or directory # Run the following to grant NeoVim access to the SSH Agent: - # flatpak override --socket=ssh-auth io.neovim.nvim + # flatpak --user override --socket=ssh-auth io.neovim.nvim EDITOR="io.neovim.nvim -f" alias vi=io.neovim.nvim elif command -v vim > /dev/null