From 6a492a18b467014e0e1ec472a1bf775788438ef1 Mon Sep 17 00:00:00 2001 From: shokinn Date: Tue, 24 Sep 2024 09:30:41 +0200 Subject: [PATCH] fix alias quoting --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 2efd990..1d12d16 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -175,7 +175,7 @@ alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strong alias agenix='RULES='\''./secrets/secrets.nix'\'' agenix' alias agenix-edit="agenix -i {{@@ env['HOME'] @@}}/.ssh/agenix-phg -e" alias ane='agenix-edit' -alias cane='EDITOR='code -w' agenix-edit' +alias cane="EDITOR='code -w' agenix-edit" # Initialize pyenv [[ $(command -v pyenv) ]] && export PYENV_ROOT="$HOME/.pyenv"